Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix excessive permission changing for log task handler #38164

Merged
merged 1 commit into from Mar 18, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Mar 14, 2024

When log dir permission was changed by log handler, we've implemented also changing permissions of parent folders recursively, however it was quite a bit too much to change it for home directory where the log folder could have been created - because in some cases changing permissions might lead to unexpected side-effects - such as loosing ability to login to ssh server.

Fixes: #38137


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@eladkal eladkal added this to the Airflow 2.9.0 milestone Mar 15, 2024
@eladkal eladkal added the type:bug-fix Changelog: Bug Fixes label Mar 15, 2024
@potiuk potiuk force-pushed the fix-changing-permission-for-home-dir branch 3 times, most recently from 6a27f80 to 94b5f78 Compare March 18, 2024 07:50
When log dir permission was changed by log handler, we've
implemented also changing permissions of parent folders recursively,
however it was quite a bit too much to change it for home directory
where the log folder could have been created - because in some cases
changing permissions might lead to unexpected side-effects - such
as loosing ability to login to ssh server.

Fixes: apache#38137
@potiuk potiuk force-pushed the fix-changing-permission-for-home-dir branch from 94b5f78 to ab817df Compare March 18, 2024 07:50
@potiuk
Copy link
Member Author

potiuk commented Mar 18, 2024

Implemented way better (and simpler) fix

@potiuk potiuk changed the title Fix excessive permission changing for log permissions Fix excessive permission changing for log task handler Mar 18, 2024
@potiuk potiuk merged commit 2c1d0f8 into apache:main Mar 18, 2024
48 checks passed
@potiuk potiuk deleted the fix-changing-permission-for-home-dir branch March 18, 2024 18:28
@potiuk potiuk modified the milestones: Airflow 2.9.0, Airflow 2.8.4 Mar 18, 2024
jedcunningham pushed a commit that referenced this pull request Mar 18, 2024
When log dir permission was changed by log handler, we've
implemented also changing permissions of parent folders recursively,
however it was quite a bit too much to change it for home directory
where the log folder could have been created - because in some cases
changing permissions might lead to unexpected side-effects - such
as loosing ability to login to ssh server.

Fixes: #38137
(cherry picked from commit 2c1d0f8)
utkarsharma2 pushed a commit to astronomer/airflow that referenced this pull request Apr 22, 2024
When log dir permission was changed by log handler, we've
implemented also changing permissions of parent folders recursively,
however it was quite a bit too much to change it for home directory
where the log folder could have been created - because in some cases
changing permissions might lead to unexpected side-effects - such
as loosing ability to login to ssh server.

Fixes: apache#38137
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:logging type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Airflow changes permissions of home directory
4 participants