mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
* Updated get_group_by_name with a query based lookup for improved speed * Add changelog fragment for keycloak group search optimization * Address review feedback: update changelog text and reformat code with ruff * improved changelog fragment * Update changelogs/fragments/11503-keycloak-group-search-optimization.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
3 lines
283 B
YAML
3 lines
283 B
YAML
---
|
|
minor_changes:
|
|
- keycloak_client_rolemapping, keycloak_realm_rolemapping, keycloak_group - optimize retrieval of groups by name to use Keycloak search API with exact matching instead of fetching all groups (https://github.com/ansible-collections/community.general/pull/11503).
|