apps/opencloud/opencloud-deployment.yaml aktualisiert
This commit is contained in:
parent
3a35b737cb
commit
3e8e5b1497
1 changed files with 12 additions and 0 deletions
|
|
@ -187,6 +187,18 @@ spec:
|
||||||
- name: PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM
|
- name: PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM
|
||||||
value: "opencloud_role"
|
value: "opencloud_role"
|
||||||
|
|
||||||
|
# User auto-provisioning
|
||||||
|
- name: PROXY_AUTOPROVISION_ACCOUNTS
|
||||||
|
value: "true"
|
||||||
|
- name: PROXY_AUTOPROVISION_CLAIM_USERNAME
|
||||||
|
value: "preferred_username"
|
||||||
|
- name: PROXY_AUTOPROVISION_CLAIM_EMAIL
|
||||||
|
value: "email"
|
||||||
|
- name: PROXY_AUTOPROVISION_CLAIM_DISPLAYNAME
|
||||||
|
value: "name"
|
||||||
|
- name: PROXY_AUTOPROVISION_CLAIM_GROUPS
|
||||||
|
value: "groups"
|
||||||
|
|
||||||
# Disable demo user creation (using OIDC auto-provisioning only)
|
# Disable demo user creation (using OIDC auto-provisioning only)
|
||||||
- name: IDM_CREATE_DEMO_USERS
|
- name: IDM_CREATE_DEMO_USERS
|
||||||
value: "false"
|
value: "false"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue