1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-16 17:01:30 +00:00
community.general/changelogs/fragments/9898-keycloak_user-supports-subgroups.yaml
Christian Schlichtherle 6e384a1c6a
Add support for addressing subgroups by paths to the keycloak_user module (#9898)
* Add support for addressing subgroups by paths to the keycloak_user module (issue #9647)

* Apply suggestions from code review.

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2025-04-21 16:48:16 +02:00

9 lines
622 B
YAML

minor_changes:
- keycloak module_utils - user groups can now be referenced by their name, like ``staff``, or their path, like
``/staff/engineering``.
The path syntax allows users to reference subgroups, which is not possible otherwise
(https://github.com/ansible-collections/community.general/pull/9898).
- keycloak_user module - user groups can now be referenced by their name, like ``staff``, or their path, like
``/staff/engineering``.
The path syntax allows users to reference subgroups, which is not possible otherwise
(https://github.com/ansible-collections/community.general/pull/9898).