potiuk commented on issue #21487: URL: https://github.com/apache/airflow/issues/21487#issuecomment-1034910501
Why do you want to do it? Few lines below you have the "sudo" command to run the command as the other user. What woudl setfacl change in this case if you anyhow need to give `airflow` user to be added to sudoers ? ``` popen_prepend = ['sudo', '-E', '-H', '-u', self.run_as_user] ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
