Fix keycloak realm parameters types (#4526) (#4560)

* Fix keycloack realm parameters types

* Add changelog fragment

* Update changelog fragment

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 0620cd2e74)

Co-authored-by: Alexandr <36310479+Vespand@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-04-23 08:49:44 +02:00
committed by GitHub
parent c4d166d3bc
commit 69e5a0dbf1
2 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526).