-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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] Add Job Support to RBAC for Airflow Chart #30804
Comments
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. |
Please approve PR: #30817 |
waiting PR approval.... |
Thank you for your contribution! Please note that due to the Christmas holidays, there might be a delay in the usual cadence of the team reviewing community Pull Requests. We appreciate your patience and understanding during this time, and we'll get back to your submission as soon as possible. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Name and Version
bitnami/airflow:latest
What architecture are you using?
None
What steps will reproduce the bug?
Hello Bitnami Team,
I am currently using the [Airflow chart](https://github.com/bitnami/charts/tree/main/bitnami/airflow) and noticed that the default RBAC configuration does not include permissions for managing Kubernetes
Job
resources.This can be useful for scenarios where additional jobs need to be scheduled or managed as part of an Airflow deployment. For example, workflows might spawn Kubernetes jobs for specific tasks outside the Airflow ecosystem.
What do you see instead?
Additional information
To resolve this, I propose adding the necessary rules to the
Role
orClusterRole
template to supportJob
resources.Proposed Changes
In the
templates/rbac/role.yaml
file, add permissions for theJob
resource:This change would allow Airflow pods to interact with
Job
resources if necessary.Benefits
The text was updated successfully, but these errors were encountered: