mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 20:50:32 -07:00
* keycloak: fix creating a user federation w/ idempotent id
Creating a user federation while specifying an id (that doesn't exist
yet) will fail with a 404. This commits fix this behavior.
* keycloak: fix user federation mapper duplication
This commit fixes a bug where mappers are duplicated instead of
configured when creating a user federation.
When creating a user federation, some mappers are autogenerated by
keycloak. This commit lets the keycloak_user_federation module recompute
mappers final values after the user federation is created so that the
module can try to merge them by their name.
* add missing fragment for pr #4212
(cherry picked from commit c1485b885d
)
Co-authored-by: Jules Lamur <jlamur@users.noreply.github.com>
8 lines
454 B
YAML
8 lines
454 B
YAML
---
|
|
bugfixes:
|
|
- keycloak_user_federation - creating a user federation while specifying an
|
|
ID (that does not exist yet) no longer fail with a 404 Not Found
|
|
(https://github.com/ansible-collections/community.general/pull/4212).
|
|
- keycloak_user_federation - mappers auto-created by keycloak are matched and
|
|
merged by their name and no longer create duplicated entries
|
|
(https://github.com/ansible-collections/community.general/pull/4212).
|