ashb commented on a change in pull request #18772:
URL: https://github.com/apache/airflow/pull/18772#discussion_r723957411



##########
File path: airflow/task/task_runner/base_task_runner.py
##########
@@ -66,7 +66,7 @@ def __init__(self, local_task_job):
             # want to have to specify them in the sudo call - they would show
             # up in `ps` that way! And run commands now, as the other user
             # might not be able to run the cmds to get credentials
-            cfg_path = tmp_configuration_copy(chmod=0o600)
+            cfg_path = tmp_configuration_copy(chmod=0o600, include_env=True, 
include_cmds=True)

Review comment:
       Yes, probably (since it was broken before!)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to