mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-16 19:11:50 -07:00
feat: allow secret in keycloak_clients
This commit is contained in:
parent
3780a4e3c0
commit
dcd448443f
2 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
default_roles: "{{ item.roles | default(omit) }}"
|
||||
client_id: "{{ item.client_id | default(omit) }}"
|
||||
id: "{{ item.id | default(omit) }}"
|
||||
secret: "{{ item.secret | default(omit) }}"
|
||||
name: "{{ item.name | default(omit) }}"
|
||||
description: "{{ item.description | default(omit) }}"
|
||||
root_url: "{{ item.root_url | default('') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue