mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-21 21:41:44 -07:00
keycloak_realm: Add missing brute force attributes (#10415)
* Add brute_force_strategy * Add max_temporary_lockouts * Add changelog * Update changelogs/fragments/10415-keycloak-realm-brute-force-attributes.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/keycloak_realm.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/keycloak_realm.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
25dc09074e
commit
f50b52b462
2 changed files with 19 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- keycloak_realm - add support for ``brute_force_strategy`` and ``max_temporary_lockouts`` (https://github.com/ansible-collections/community.general/issues/10412, https://github.com/ansible-collections/community.general/pull/10415).
|
Loading…
Add table
Add a link
Reference in a new issue