feat: allow secret in keycloak_clients

This commit is contained in:
LEDUNOIS Simon 2025-07-02 14:36:25 +00:00
commit dcd448443f
2 changed files with 2 additions and 0 deletions

View file

@ -74,6 +74,7 @@ Refer to [docs](https://docs.ansible.com/ansible/latest/collections/community/ge
- name: <name of the client>
id: <id of the client>
client_id: <id of the client>
secret: <secret of the client (Optional)>
roles: <keycloak_client_default_roles>
realm: <name of the realm that contains the client>
public_client: <true for public, false for confidential>