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

[Bitnami/Airflow] Fix Permission #74381

Closed
wants to merge 0 commits into from
Closed

Conversation

siddjellali
Copy link

Description of the change

This change updates the group ownership setting in postunpack.sh to follow Bitnami’s security best practices. Instead of assigning root as the group for Airflow directories, we now use the non-root group ID 1001, which is the default non-root user for Bitnami containers. This adjustment enhances security by reducing the privileges needed to manage these directories.

Benefits

Aligns the configuration with Bitnami's non-root security practices.
Reduces the potential security risk by avoiding root group ownership in container environments.

Possible drawbacks

None expected, as 1001 is the standard non-root group for Bitnami containers. This change should be compatible with existing configurations.

Applicable issues

bitnami/charts#30373

Additional information

No additional changes needed beyond the group ID update.

@github-actions github-actions bot added airflow triage Triage is needed labels Nov 9, 2024
@github-actions github-actions bot requested a review from javsalgar November 9, 2024 17:34
@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Nov 9, 2024
@github-actions github-actions bot removed the triage Triage is needed label Nov 9, 2024
@github-actions github-actions bot removed the request for review from javsalgar November 9, 2024 18:46
@github-actions github-actions bot requested a review from jotamartos November 9, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airflow solved verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants