mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
keycloak_realm.py: Fix the ssl_required parameter according to the API (#2693)
* keycloak_realm.py: Fix the `ssl_required` parameter according to the API The `ssl_required` parameter is a string and must be one of 'all', 'external' or 'none'. Passing a bool will make the server return a 500. * fixup! keycloak_realm.py: Fix the `ssl_required` parameter according to the API * Update changelogs/fragments/keycloak_realm_ssl_required.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
committed by
GitHub
parent
fe5717c1aa
commit
efbda2389d
3
changelogs/fragments/keycloak_realm_ssl_required.yml
Normal file
3
changelogs/fragments/keycloak_realm_ssl_required.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- keycloak_realm - ``ssl_required`` changed from a boolean type to accept the strings ``none``, ``external`` or ``all``. This is not a breaking change since the module always failed when a boolean was supplied (https://github.com/ansible-collections/community.general/pull/2693).
|
||||
Reference in New Issue
Block a user