add keycloak
This commit is contained in:
46
inventory/ghp/sample/group_vars/k8s/keycloak.yaml
Normal file
46
inventory/ghp/sample/group_vars/k8s/keycloak.yaml
Normal file
@ -0,0 +1,46 @@
|
||||
keycloak_values: {}
|
||||
|
||||
keycloak_realms: {}
|
||||
# - id: myrealm
|
||||
# realm: myrealm
|
||||
|
||||
keycloak_clients: {}
|
||||
# - client_id: gitea
|
||||
# realm: myrealm
|
||||
# public_client: true
|
||||
# - client_id: gitea
|
||||
# realm: myrealm
|
||||
# public_client: false
|
||||
|
||||
keycloak_clients_default_protocol_mappings: {}
|
||||
# - config:
|
||||
# access.token.claim: true
|
||||
# claim.name: "groups"
|
||||
# id.token.claim: true
|
||||
# jsonType.label: String
|
||||
# user.attribute: groups
|
||||
# userinfo.token.claim: true
|
||||
# name: groups
|
||||
# protocol: openid-connect
|
||||
# protocolMapper: oidc-usermodel-attribute-mapper
|
||||
|
||||
keycloak_groups: {}
|
||||
# - name: admins
|
||||
# realm: myrealm
|
||||
# - name: devops
|
||||
# realm: myrealm
|
||||
|
||||
keycloak_users: {}
|
||||
# - username: John Doe
|
||||
# realm: myrealm
|
||||
# firstName: John
|
||||
# lastName: Doe
|
||||
# credentials:
|
||||
# - type: password
|
||||
# value: my_very_strong_password
|
||||
# temporary: true
|
||||
# groups:
|
||||
# - name: admins
|
||||
# state: present
|
||||
# - name: devops
|
||||
# state: present
|
Reference in New Issue
Block a user