airflow-helm / charts

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.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
657 stars 475 forks source link

add support for specifying FAB roles (`airflow.userRoles`) #282

Open thesuperzapper opened 3 years ago

thesuperzapper commented 3 years ago

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.

afreyermuth98 commented 5 hours ago

Is this still work in progress ?