Skip to content
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

[feature request] Make keycloak_group_roles and keycloak_user_roles non-authoritative #500

Closed
dohoangkhiem opened this issue Mar 24, 2021 · 1 comment · Fixed by #513
Closed

Comments

@dohoangkhiem
Copy link

dohoangkhiem commented Mar 24, 2021

In our organization we have multiple realms and many of them share common roles and roles' mappings to users/groups, which we want to manage in a reusable module, then in each realm there could be its own special roles. Then we see the non-authoritative-ness of group roles and user roles caused troubles as the subsequent assignment of roles in each realm to groups or users will cancel out previous ones, this made us to have to duplicate the common part in every realm.
This inherently also a difficulty to manage group/user roles from multiple places.
So, the question is: Is there any issues or limitations from Keycloak that prevented the provider to support keycloak_group_roles and keycloak_user_roles in a non-authoritative way (or at least make it an option)?

@mrparkers
Copy link
Contributor

Hey @dohoangkhiem, the ability to use keycloak_group_roles and keycloak_user_roles in a non-authoritative manner (via exhaustive = false) will be available in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants