The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
Currently, if a user wants to add roles beyond the default (Public, Viewer, User, Op, Admin), they must use a manual method like the UI or CLI.
We should add a new value like airflow.roles (along with: airflow.rolesUpdate, airflow.rolesTemplates), which allows users to declaritvly add new FAB roles.
Currently, if a user wants to add roles beyond the default (Public, Viewer, User, Op, Admin), they must use a manual method like the UI or CLI.
We should add a new value like
airflow.roles
(along with:airflow.rolesUpdate
,airflow.rolesTemplates
), which allows users to declaritvly add new FAB roles.See the docs for Access Control in airflow.