-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: list of dicts should be list of strings #4241
Comments
Files identified in the description: If these files are incorrect, please update the |
ansibullbot
added
bug
This issue/PR relates to a bug
identity
module
module
plugins
plugin (any type)
labels
Feb 21, 2022
Yes I think it's a real bug, maybe a review of code with keycloak admin documentation should be done. |
adam-cleo
added a commit
to adam-cleo/community.general
that referenced
this issue
May 23, 2022
Hi @kris2kris , some properties have been fixed already with this commit i found two more with my PR, but did not check the API in detail. |
felixfontein
pushed a commit
that referenced
this issue
May 30, 2022
felixfontein
pushed a commit
that referenced
this issue
May 30, 2022
felixfontein
pushed a commit
that referenced
this issue
May 30, 2022
1 task
1 task
1 task
1 task
ghost
mentioned this issue
Nov 7, 2022
1 task
1 task
1 task
1 task
1 task
1 task
Closed
1 task
This was referenced Nov 20, 2022
Closed
Closed
Closed
Closed
Closed
Closed
This was referenced Dec 1, 2022
1 task
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Several
keycloak_realm
arguments expectlist / elements=dictionary
-type arguments when they should be expectinglist / elements=string
-type arguments:community.general/plugins/modules/identity/keycloak/keycloak_realm.py
Lines 624 to 628 in 996dc61
Since this module directly translates camelCased arguments to JSON their types should match the types specified in Keycloak's API documentation.
A similar issue was fixed in this PR:
57a4b40
Tested on Keycloak v17.0.0.
Issue Type
Bug Report
Component Name
keycloak_realm
Ansible Version
Community.general Version
Configuration
OS / Environment
Ubuntu 20.04 running in WSL
Steps to Reproduce
Expected Results
The realm should no longer have
profile
listed in its default client scopes.Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: