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/changelogs/fragments
Jakub Danek fd0d05d6f2
Bugfix: keycloak_identity_provider does not handle mapper changes properly (#7418)
* fix keycloak_identity_provider ITs to actually pass

- wrong identityProviderAlias in mapper configuration

* kc_identity_provider: add mapper reconfiguration regression tests

* test for removing an existing mapper
* test for adding a new mapper when others already exist
* test for module idempotency when mappers not ordered by name in ascending order

* kc_identity_provider: add bugfixes for mapper reconfigurations

* removing an existing mapper
* adding a new mapper when others already exist
* module idempotency when mappers not ordered by name in ascending order

* add changelog fragment

* prevent unnecessary update_mapper calls when there is no change

* Update changelogs/fragments/7418-kc_identity_provider-mapper-reconfiguration-fixes.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/7418-kc_identity_provider-mapper-reconfiguration-fixes.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/7418-kc_identity_provider-mapper-reconfiguration-fixes.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/keycloak_identity_provider.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* kc_identity_provider: sort changeset mappers via name OR id to prevent potential failures in case name was not specified in playbook

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2023-12-28 09:50:01 +01:00
..
.keep
000-redhat_subscription-dbus-on-7.4-plus.yaml redhat_subscription: use D-Bus registration on RHEL 7 only on 7.4+ (#7624) 2023-11-30 05:58:07 +01:00
5588-support-1password-connect.yml Support 1Password Connect (#5588) (#7116) 2023-11-16 20:57:11 +01:00
6572-nmcli-add-support-loopback-type.yml Add support for loopback type in nmcli module (#7515) 2023-11-22 09:11:40 +01:00
7143-proxmox-template.yml add template option to proxmox and proxmox_kvm (#7143) 2023-11-05 15:57:16 +01:00
7151-fix-keycloak_authz_permission-incorrect-resource-payload.yml Set resources payload as a list (#7563) 2023-11-22 19:03:15 +01:00
7199-gitlab-runner-new-creation-workflow.yml feat(gitlab_runner module): Add support for the new runner creation workflow (#7199) 2023-11-11 12:06:10 +01:00
7242-multi-values-for-same-name-in-git-config.yml git_config: support multiple values for same name (#7260) 2023-12-03 09:41:34 +01:00
7418-kc_identity_provider-mapper-reconfiguration-fixes.yml Bugfix: keycloak_identity_provider does not handle mapper changes properly (#7418) 2023-12-28 09:50:01 +01:00
7426-add-timestamp-and-preserve-options-for-passwordstore.yaml Add options for password generation in the passwordstore module (#7426) 2023-11-09 22:21:57 +01:00
7456-add-ssh-control-master.yml [ssh_config] Add support for ControlMaster (#7456) 2023-11-11 12:04:06 +01:00
7461-proxmox-inventory-add-exclude-nodes.yaml Add option to proxmox dynamic inventory to exclude nodes (#7461) 2023-11-26 17:23:33 +01:00
7462-Add-ostype-parameter-in-LXC-container-clone-of-ProxmoxVE.yaml Add ostype parameter in LXC container clone of Proxmox VE (#7462) 2023-11-11 12:02:53 +01:00
7464-fix-vm-removal-in-proxmox_pool_member.yml fix vm removal in proxmox_pool_member.py (#7464) 2023-11-06 20:01:05 +01:00
7465-redfish-firmware-update-message-id-hardening.yml Redfish: Updated message handling for update operations to skip message objects with missing MessageId properties (#7471) 2023-11-06 05:49:48 +01:00
7467-fix-gitlab-constants-calls.yml
7472-gitlab-add-ca-path-option.yml
7485-proxmox_vm_info-config.yml [proxmox_vm_info] Add ability to retrieve config (#7485) 2023-12-04 05:59:21 +01:00
7486-gitlab-refactor-package-check.yml refactor(gitlab modules): remove duplicate gitlab package check (#7486) 2023-11-11 12:20:12 +01:00
7489-netcup-dns-record-types.yml Netcup DNS: Add support for additional record types (#7489) 2023-11-15 22:00:34 +01:00
7495-proxmox_disk-manipulate-cdrom.yml [proxmox_disk]: Add ability to manipulate CD-ROM drive (#7495) 2023-11-19 10:31:05 +01:00
7499-allow-mtu-setting-on-bond-and-infiniband-interfaces.yml infiniband and bond interfaces can receive MTU settings too (#7499) 2023-11-15 22:01:35 +01:00
7501-type.yml Use isinstance() instead of type() (#7501) 2023-11-08 13:20:19 +01:00
7506-pipx-pipargs.yml Fix RST code formatting. 2023-11-11 12:38:15 +01:00
7517-elastic-close-client.yaml Close elastic APM client to release connections (#7517) 2023-11-15 22:07:24 +01:00
7535-terraform-fix-multiline-string-handling-in-complex-variables.yml fix(modules/terraform): handle multiline strings correctly in complex variables (#7535) 2023-11-24 21:30:31 +01:00
7538-add-krbprincipalattribute-option.yml [keycloak_user_federation]: Adding option krbPrincipalAttribute (#7538) 2023-11-26 17:20:05 +01:00
7540-proxmox-update config.yml Allow update of proxmox container configuration (#7540) 2023-12-01 07:33:02 +01:00
7542-irc-logentries-ssl.yml ssl.wrap_socket() was removed in Python 3.12 (#7542) 2023-11-19 14:11:29 +01:00
7550-irc-use_tls-validate_certs.yml irc module: add validate_certs, rename use_ssl to use_tls (keeping use_ssl as an alias) (#7550) 2023-11-22 19:20:24 +01:00
7564-onepassword-lookup-case-insensitive.yaml onepassword lookup - Make section and field case insensitive (#7564) 2023-12-01 17:47:49 +01:00
7569-infiniband-slave-support.yml infiniband can be a slave too (#7569) 2023-11-29 08:35:42 +01:00
7577-fix-apt_rpm-module.yml apt_rpm: add check if package version is upgradable (ansible-collections#7414) (#7577) 2023-12-02 21:00:04 +01:00
7578-irc-tls.yml irc: deprecate default 'false' for validate_certs and use_tls (#7578) 2023-12-20 07:22:45 +01:00
7588-ipa-config-new-choice-passkey-to-ipauserauthtype.yml ipa_config: add passkey choice to ipauserauthtype (#7588) 2023-11-29 08:36:26 +01:00
7589-ipa-config-new-choices-idp-and-passkey-to-ipauserauthtype.yml ipa_user: add idp and passkey choices to ipauserauthtype (#7589) 2023-11-29 08:36:51 +01:00
7600-proxmox_kvm-hookscript.yml fix #7600 add hookscript parameter to proxmox_kvm (#7602) 2023-12-01 07:33:39 +01:00
7601-lvol-fix.yml lvol: check return message in both stderr and stdout (#7601) 2023-12-03 09:42:10 +01:00
7612-interface_file-method.yml interfaces_file: filter by address_familiy when updating method (#7612) 2023-11-26 19:34:13 +01:00
7626-redfish-info-add-boot-progress-property.yml add BootProgress property to redfish_info (#7626) 2023-12-02 20:56:21 +01:00
7641-fix-keycloak-api-client-to-quote-properly.yml Fix Keycloak API client to quote '/' properly (#7641) 2023-12-02 09:31:46 +01:00
7645-Keycloak-print-error-msg-from-server.yml Keycloak print error msg from server (#7645) 2023-12-03 09:42:48 +01:00
7653-fix-cloudflare-lookup.yml Change tab to space in SSHFP requests (#7653) 2023-12-04 05:58:16 +01:00
7676-lvol-pvs-as-list.yml lvol: Change `pvs` argument type to list (of str) (#7676) 2023-12-04 05:58:55 +01:00
7696-avoid-attempt-to-delete-non-existing-user.yml keycloak_user: avoid error when trying to delete a non-existing user (#7696) 2023-12-21 13:09:12 +01:00
7698-improvements-to-keycloak_realm_key.yml improvements to the keycloak_realm_key module (#7698) 2023-12-28 08:32:05 +01:00
7703-ssh_config_add_keys_to_agent_option.yml ssh_config: Add add_keys_to_agent option (#7703) 2023-12-17 15:14:07 +01:00
7704-ssh_config_identities_only_option.yml Add ssh_config module option for identities_only (#7704) 2023-12-17 15:14:24 +01:00
7737-add-ipa-dnsrecord-ns-type.yml ipa_dnsmodule: Add support for ns record management (#7737) 2023-12-28 08:32:39 +01:00
7740-add-message-id-header-to-mail-module.yml mail module: add Message-ID header (#7740) 2023-12-27 11:19:17 +01:00
7754-fixed-payload-format.yml Fixed payload format (#7754) 2023-12-26 21:46:25 +01:00
add-ipa-sudorule-deny-cmd.yml Ipa sudorule/add deny options (#7415) 2023-11-15 22:01:07 +01:00
bitwarden-lookup-performance.yaml Improve performance of the bitwarden lookup plugin (#7468) 2023-11-11 12:04:53 +01:00
lxd-instance-not-found-avoid-false-positives.yml Lxd instance not found fix false positives (#7521) 2023-12-03 09:41:04 +01:00