-
Notifications
You must be signed in to change notification settings - Fork 476
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
add support for specifying FAB roles (airflow.userRoles
)
#282
Labels
kind/enhancement
kind - new features or changes
Milestone
Comments
thesuperzapper
changed the title
add support for specifying FAB roles
add support for specifying FAB roles (Jul 8, 2021
airflow.userRoles
)
stale
bot
added
lifecycle/stale
lifecycle - this is stale
and removed
lifecycle/stale
lifecycle - this is stale
labels
Sep 6, 2021
stale
bot
added
lifecycle/stale
lifecycle - this is stale
and removed
lifecycle/stale
lifecycle - this is stale
labels
Nov 8, 2021
thesuperzapper
added
lifecycle/frozen
lifecycle - this can't become stale
lifecycle/stale
lifecycle - this is stale
labels
Jan 20, 2022
kmehkeri
added a commit
to kmehkeri/charts
that referenced
this issue
Mar 2, 2022
kmehkeri
added a commit
to kmehkeri/charts
that referenced
this issue
Mar 2, 2022
Signed-off-by: kmehkeri <[email protected]>
6 tasks
Is this still work in progress ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: