Attach roles to AD groups - Azure OAuth
See original GitHub issueWe have implemented RBAC using Azure OAuth, Is there any way to attach a role to AD group - so that users part of that AD groups/Tenant can get default access to the attached role
Apache Airflow version: 1.10.10
Kubernetes version (if you are using kubernetes) (use kubectl version
): 1.15.10
Environment:
- Cloud provider or hardware configuration: Azure (AKS)
- OS (e.g. from /etc/os-release): Debian GNU/Linux
- Kernel (e.g.
uname -a
): 4.15.0-1089-azure - Install tools:
- Others:
What happened:
What you expected to happen:
attach a role to AD group (or) Azure tenant
How to reproduce it:
Helm install stable/airflow Implement RBAC using Azure OAuth
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Assign Azure AD roles to groups - Active Directory
Select Azure Active Directory > Roles and administrators and select the role you want to assign. On the role name page, select >...
Read more >How to assign Azure AD roles to Azure AD groups
Create an 'assignable to role' Azure AD group · Sign in to the Azure portal · Open Azure Active Directory, open Groups ·...
Read more >Azure AD: How to get both security groups and application ...
In case of application call (client credentials), check that the provided access_token contains a specific roles claim that matches with the ...
Read more >Deep Diver – Azure AD Groups/Roles claims for developers ...
Application has multiple Azure AD API's called using token ... adding single 'add group claims' rule in SAML app) – Note that even...
Read more >Using groups vs using application roles for authorization in ...
You can use groups quite easily in Azure AD. Create a group, assign some members to it, and then you can query who...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sk2991 Would you mind sharing your Azure OAuth implementation?
@elwinarens @rafaelpierre - I have used this link to configure Azure OAuth. Other useful links: https://github.com/apache/airflow/pull/3015 https://flask-appbuilder.readthedocs.io/en/latest/security.html#authentication-oauth