apps/opencloud/opencloud-deployment.yaml aktualisiert
This commit is contained in:
parent
83e120aa2b
commit
f0e4df95a1
1 changed files with 25 additions and 10 deletions
|
|
@ -160,22 +160,33 @@ spec:
|
|||
secretKeyRef:
|
||||
name: opencloud-oidc-secret
|
||||
key: oidc-client-id
|
||||
- name: OC_OIDC_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: opencloud-oidc-secret
|
||||
key: oidc-client-secret
|
||||
#- name: OC_OIDC_CLIENT_SECRET
|
||||
# valueFrom:
|
||||
# secretKeyRef:
|
||||
# name: opencloud-oidc-secret
|
||||
# key: oidc-client-secret
|
||||
- name: OC_OIDC_CLIENT_SCOPES
|
||||
value: "openid profile email groups offline_access"
|
||||
value: "openid profile email groups"
|
||||
|
||||
# Proxy service OIDC configuration
|
||||
- name: PROXY_OIDC_ISSUER
|
||||
value: "https://auth.basicstack.de"
|
||||
- name: PROXY_OIDC_REWRITE_WELLKNOWN
|
||||
value: "true"
|
||||
- name: PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD
|
||||
value: "none"
|
||||
- name: PROXY_USER_OIDC_CLAIM
|
||||
value: "email"
|
||||
# Temporarily enable basic auth for testing (OIDC redirect not working)
|
||||
value: "preferred_username"
|
||||
- name: PROXY_USER_CS3_CLAIM
|
||||
value: "username"
|
||||
- name: PROXY_ENABLE_BASIC_AUTH
|
||||
value: "true"
|
||||
value: "false"
|
||||
|
||||
# Role assignment — reads the opencloud_role custom claim set on Pocket ID groups
|
||||
- name: PROXY_ROLE_ASSIGNMENT_DRIVER
|
||||
value: "oidc"
|
||||
- name: PROXY_ROLE_ASSIGNMENT_OIDC_CLAIM
|
||||
value: "opencloud_role"
|
||||
|
||||
# Disable demo user creation (using OIDC auto-provisioning only)
|
||||
- name: IDM_CREATE_DEMO_USERS
|
||||
|
|
@ -194,7 +205,7 @@ spec:
|
|||
- name: WEB_OIDC_RESPONSE_TYPE
|
||||
value: "code"
|
||||
- name: WEB_OIDC_SCOPE
|
||||
value: "openid profile email groups offline_access"
|
||||
value: "openid profile email groups"
|
||||
|
||||
# SMTP Configuration
|
||||
- name: NOTIFICATIONS_SMTP_HOST
|
||||
|
|
@ -336,6 +347,10 @@ spec:
|
|||
secretKeyRef:
|
||||
name: opencloud-config-secrets
|
||||
key: service-account-secret
|
||||
- name: GRAPH_ASSIGN_DEFAULT_USER_ROLE
|
||||
value: "false"
|
||||
- name: GRAPH_USERNAME_MATCH
|
||||
value: "none"
|
||||
- name: IDP_LDAP_BIND_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue