1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests
patchback[bot] f7c8a89328
Fixes for keycloak_user_federation (#4212) (#4251)
* 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>
2022-02-22 09:08:42 +00:00
..
integration/targets Temporarily disable ansible_galaxy_install tests due to Galaxy failures. (#4247) (#4249) 2022-02-22 09:39:50 +01:00
sanity Allow YAML docs in plugins/test/ and plugins/filters/. (#4204) (#4215) 2022-02-17 19:44:28 +01:00
unit Fixes for keycloak_user_federation (#4212) (#4251) 2022-02-22 09:08:42 +00:00
utils PyOpenSSL 22.0.0 no longer supports Python 2.7 (#4114) (#4117) 2022-01-30 15:07:46 +01:00
.gitignore Initial commit 2020-03-09 09:11:07 +00:00
config.yml Add ansible-test config file. (#2404) (#2406) 2021-05-01 22:54:44 +02:00
requirements.yml Remove community.kubernetes testing dependency. (#1682) 2021-01-27 07:17:00 +01:00