You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/25 09:55:22 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #15947: Applied permissions to self._error_file

potiuk edited a comment on pull request #15947:
URL: https://github.com/apache/airflow/pull/15947#issuecomment-847727979


   I believe this is quite wrong approach. The right solution should be setting the Umask properly for Airflow deployment. The user that you use "run as user" should be in the same group as the "airflow user" and umask should be set so that the file is group readable (at least - possibly group writeable).


-- 
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.

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