-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[Chart] Container security context is not defined #27612
Labels
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
This is coming (soon!) in #24588. |
jedcunningham
added
kind:feature
Feature Requests
area:helm-chart
Airflow Helm Chart
and removed
kind:bug
This is a clearly a bug
area:core
labels
Nov 11, 2022
potiuk
added
duplicate
Issue that is duplicated
and removed
duplicate
Issue that is duplicated
labels
Nov 16, 2022
Hey @jedcunningham ! Any news on getting #24588 in |
15 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache Airflow version
main (development)
What happened
Container security context is not defined to change through values yaml. This is a security issue for containers.
https://github.com/apache/airflow/blob/main/chart/templates/triggerer/triggerer-deployment.yaml
What you think should happen instead
Include securitContext block under containers section and allow to change from values yaml.
How to reproduce
Run azure security compliance checks to identify the issues with the containers.
Kubernetes clusters should not allow container privilege escalation
Operating System
N/A
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: