-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
keycloak_realm: add normalizations for enabledEventTypes, and supportedLocales #8224
keycloak_realm: add normalizations for enabledEventTypes, and supportedLocales #8224
Conversation
a97b096
to
34c3140
Compare
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!
changelogs/fragments/8224-keycloak_realm-add-normalizations.yaml
Outdated
Show resolved
Hide resolved
34c3140
to
46f0ff1
Compare
changelogs/fragments/8224-keycloak_realm-add-normalizations.yaml
Outdated
Show resolved
Hide resolved
…dLocales Signed-off-by: Eike Waldt <[email protected]>
46f0ff1
to
a5a2169
Compare
If nobody objects, I'll merge this on the upcoming weekend. |
9d66a1d
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #8255 🤖 @patchback |
@yeoldegrove thanks for this one as well! |
…edLocales (#8224) keycloak_realm: add nomalizations for enabledEventTypes, and supportedLocales Signed-off-by: Eike Waldt <[email protected]> (cherry picked from commit 9d66a1d)
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #8256 🤖 @patchback |
…edLocales (#8224) keycloak_realm: add nomalizations for enabledEventTypes, and supportedLocales Signed-off-by: Eike Waldt <[email protected]> (cherry picked from commit 9d66a1d)
…ions for enabledEventTypes, and supportedLocales (#8256) keycloak_realm: add normalizations for enabledEventTypes, and supportedLocales (#8224) keycloak_realm: add nomalizations for enabledEventTypes, and supportedLocales Signed-off-by: Eike Waldt <[email protected]> (cherry picked from commit 9d66a1d) Co-authored-by: Eike Waldt <[email protected]>
…ions for enabledEventTypes, and supportedLocales (#8255) keycloak_realm: add normalizations for enabledEventTypes, and supportedLocales (#8224) keycloak_realm: add nomalizations for enabledEventTypes, and supportedLocales Signed-off-by: Eike Waldt <[email protected]> (cherry picked from commit 9d66a1d) Co-authored-by: Eike Waldt <[email protected]>
…edLocales (ansible-collections#8224) keycloak_realm: add nomalizations for enabledEventTypes, and supportedLocales Signed-off-by: Eike Waldt <[email protected]>
…edLocales (ansible-collections#8224) keycloak_realm: add nomalizations for enabledEventTypes, and supportedLocales Signed-off-by: Eike Waldt <[email protected]>
SUMMARY
keycloak_realm: Add sorted
defaultClientScopes
andoptionalClientScopes
to normalizations.ISSUE TYPE
COMPONENT NAME
keycloak_realm
ADDITIONAL INFORMATION
Without this code,
ansible-playbook --check --diff
will show changes because a unsorted list is diffed.It uses the same approach as for
keycloak_client
incommunity.general/plugins/modules/keycloak_client.py
Line 730 in 6c8f949