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/unit/plugins/modules
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
..
cloud Proxmox tasks module (#3226) (#3508) 2021-10-03 22:37:41 +02:00
database Added redis_data module (#3230) (#3410) 2021-09-20 20:31:07 +02:00
files archive - fixing determination of archive root when root is '/' (#3036) (#3062) 2021-07-24 22:23:20 +02:00
identity Fixes for keycloak_user_federation (#4212) (#4251) 2022-02-22 09:08:42 +00:00
messaging Move modules and module_utils unit tests to correct place (#81) 2020-03-31 10:42:38 +02:00
monitoring Temporarily disable datadog_downtime unit tests. (#3222) (#3224) 2021-08-17 06:34:08 +00:00
net_tools Fixing ip address without mask bug (#3784) (#3810) 2021-11-30 06:07:32 +01:00
notification discord.py: Add new module for discord notifications (#2398) (#2493) 2021-05-11 20:05:59 +02:00
packaging npm - fix installing from package.json (#2924) (#2929) 2021-07-02 21:59:41 +02:00
remote_management Fix CI (#3637) (#3641) 2021-10-30 11:22:18 +02:00
source_control Add require_two_factor_authentication property to gitlab group (#3367) (#3399) 2021-09-20 07:18:43 +02:00
storage sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
system interfaces_file: unit tests improved (#3863) (#3868) 2021-12-08 12:51:21 +01:00
web_infrastructure Add fallback url for jenkins plugin (#1334) (#2903) 2021-06-29 09:02:35 +00:00
__init__.py Move modules and module_utils unit tests to correct place (#81) 2020-03-31 10:42:38 +02:00
conftest.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
utils.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00