-
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
Fix keycloak_realm module #3231
Fix keycloak_realm module #3231
Conversation
add events_enabled parameter
LGTM |
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.
Please add a changelog fragment.
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Looks good to me. @kris2kris are you (still) happy as well? |
I assume that is a yes. |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #3277 🤖 @patchback |
* fix events_listeners element type add events_enabled parameter * Update plugins/modules/identity/keycloak/keycloak_realm.py Co-authored-by: Felix Fontein <[email protected]> * add changelog * Update changelogs/fragments/3231-fix-keycloak-realm-events.yml Co-authored-by: Felix Fontein <[email protected]> * Update changelogs/fragments/3231-fix-keycloak-realm-events.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/identity/keycloak/keycloak_realm.py Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 825e17c)
@laurpaum thanks for fixing this! |
* fix events_listeners element type add events_enabled parameter * Update plugins/modules/identity/keycloak/keycloak_realm.py Co-authored-by: Felix Fontein <[email protected]> * add changelog * Update changelogs/fragments/3231-fix-keycloak-realm-events.yml Co-authored-by: Felix Fontein <[email protected]> * Update changelogs/fragments/3231-fix-keycloak-realm-events.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/identity/keycloak/keycloak_realm.py Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 825e17c) Co-authored-by: Laurent Paumier <[email protected]>
SUMMARY
Fixed bad element type for events_listeners parameter (string array in Keycloak realm representation).
Added events_enabled parameter to allow activation or deactivation of login events.
ISSUE TYPE
COMPONENT NAME
keycloak_realm