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
Jules Lamur c1485b885d
Fixes for keycloak_user_federation (#4212)
* 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
2022-02-22 09:23:44 +01:00
..
cloud Add scaleway_private_network module (#4042) 2022-02-14 18:13:55 +01:00
database Added redis_incr module (#3229) 2021-10-22 07:54:02 +02:00
files archive - fixing determination of archive root when root is '/' (#3036) 2021-07-24 22:10:56 +02:00
identity Fixes for keycloak_user_federation (#4212) 2022-02-22 09:23:44 +01:00
messaging
monitoring monit - invoke run_command passing list (#3821) 2021-12-02 07:50:02 +01:00
net_tools Add nmcli support for IPv6 routes (#4062) 2022-01-23 13:02:03 +01:00
notification discord.py: Add new module for discord notifications (#2398) 2021-05-11 19:31:46 +02:00
packaging request for comments - pacman: speed up most operations when working with a package list (#3907) 2022-02-08 22:46:00 +01:00
remote_management Fix CI (#3637) 2021-10-30 10:58:48 +02:00
source_control gitlab_runner: Make owned and project mutually exclusive (#4136) 2022-02-16 22:54:46 +01:00
storage pmem: Add namespace and namespace_append options (#4225) 2022-02-20 22:10:13 +01:00
system interfaces_file: unit tests improved (#3863) 2021-12-08 12:31:12 +01:00
web_infrastructure Add fallback url for jenkins plugin (#1334) 2021-06-29 10:26:59 +04:30
__init__.py
conftest.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
utils.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00