mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Add support for docker-v2 protocol in Keycloak modules (#8216)
* Add support for docker-v2 protocol in Keycloak modules * use dash instead of underscore for the docker-v2 * Update documentation * Add changelog fragment * fix missing whitespace around operator * Update changelogs/fragments/8215-add-docker-v2-protocol.yml Update changelog fragment to reviewers suggestion, add refrence to issue and pull request Co-authored-by: Felix Fontein <felix@fontein.de> * Add documentation about adding docker-v2 value in community general 8.6.0 --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
12b76ead29
commit
a5b2b5ce8c
4 changed files with 18 additions and 12 deletions
2
changelogs/fragments/8215-add-docker-v2-protocol.yml
Normal file
2
changelogs/fragments/8215-add-docker-v2-protocol.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- keycloak_client, keycloak_clientscope, keycloak_clienttemplate - added ``docker-v2`` protocol support, enhancing alignment with Keycloak's protocol options (https://github.com/ansible-collections/community.general/issues/8215, https://github.com/ansible-collections/community.general/pull/8216).
|
Loading…
Add table
Add a link
Reference in a new issue