-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Keycloak_realm: Add admin permissions enabled bool #11002
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Can you please add a changelog fragment? Thanks.
|
Please note that this PR now has a conflict since we reformatted all code in the collection (see #10999). |
I have rebased it |
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Felix Fontein <[email protected]>
|
Please note that without a changelog fragment this won't get merged. |
Co-authored-by: Felix Fontein <[email protected]>
Sorry, I misunderstood what was needed. Added a fragment now. |
changelogs/fragments/11002-keycloak-add-admin-permissions-enabled.yaml
Outdated
Show resolved
Hide resolved
…led.yaml Co-authored-by: Felix Fontein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
SUMMARY
Starting in Keycloak 26.2 Keycloak supports fine-grained admin permissions, which can be enabled by setting
adminPermissionsEnabledtotruein the realm.This PR adds the ability to enable admin permissions when creating the realm.
Docs: https://www.keycloak.org/docs/latest/server_admin/index.html#_fine_grained_permissions
ISSUE TYPE
COMPONENT NAME
keycloak_realm
ADDITIONAL INFORMATION
Related issue: #10962