potiuk commented on issue #54175: URL: https://github.com/apache/airflow/issues/54175#issuecomment-3214565313
The solution that we have in our image is to have all the users have same group (in case of airflow image it is gid=0) and make umask and permissions in the way that: * the folder is owned by the group * umask is set to make everything created to be group writeable That should solve your problems @adrian-edbert -- 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]
