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:
|
secretKeyRef:
|
||||||
name: opencloud-oidc-secret
|
name: opencloud-oidc-secret
|
||||||
key: oidc-client-id
|
key: oidc-client-id
|
||||||
- name: OC_OIDC_CLIENT_SECRET
|
#- name: OC_OIDC_CLIENT_SECRET
|
||||||
valueFrom:
|
# valueFrom:
|
||||||
secretKeyRef:
|
# secretKeyRef:
|
||||||
name: opencloud-oidc-secret
|
# name: opencloud-oidc-secret
|
||||||
key: oidc-client-secret
|
# key: oidc-client-secret
|
||||||
- name: OC_OIDC_CLIENT_SCOPES
|
- name: OC_OIDC_CLIENT_SCOPES
|
||||||
value: "openid profile email groups offline_access"
|
value: "openid profile email groups"
|
||||||
|
|
||||||
# Proxy service OIDC configuration
|
# Proxy service OIDC configuration
|
||||||
|
- name: PROXY_OIDC_ISSUER
|
||||||
|
value: "https://auth.basicstack.de"
|
||||||
- name: PROXY_OIDC_REWRITE_WELLKNOWN
|
- name: PROXY_OIDC_REWRITE_WELLKNOWN
|
||||||
value: "true"
|
value: "true"
|
||||||
|
- name: PROXY_OIDC_ACCESS_TOKEN_VERIFY_METHOD
|
||||||
|
value: "none"
|
||||||
- name: PROXY_USER_OIDC_CLAIM
|
- name: PROXY_USER_OIDC_CLAIM
|
||||||
value: "email"
|
value: "preferred_username"
|
||||||
# Temporarily enable basic auth for testing (OIDC redirect not working)
|
- name: PROXY_USER_CS3_CLAIM
|
||||||
|
value: "username"
|
||||||
- name: PROXY_ENABLE_BASIC_AUTH
|
- 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)
|
# Disable demo user creation (using OIDC auto-provisioning only)
|
||||||
- name: IDM_CREATE_DEMO_USERS
|
- name: IDM_CREATE_DEMO_USERS
|
||||||
|
|
@ -194,7 +205,7 @@ spec:
|
||||||
- name: WEB_OIDC_RESPONSE_TYPE
|
- name: WEB_OIDC_RESPONSE_TYPE
|
||||||
value: "code"
|
value: "code"
|
||||||
- name: WEB_OIDC_SCOPE
|
- name: WEB_OIDC_SCOPE
|
||||||
value: "openid profile email groups offline_access"
|
value: "openid profile email groups"
|
||||||
|
|
||||||
# SMTP Configuration
|
# SMTP Configuration
|
||||||
- name: NOTIFICATIONS_SMTP_HOST
|
- name: NOTIFICATIONS_SMTP_HOST
|
||||||
|
|
@ -336,6 +347,10 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: opencloud-config-secrets
|
name: opencloud-config-secrets
|
||||||
key: service-account-secret
|
key: service-account-secret
|
||||||
|
- name: GRAPH_ASSIGN_DEFAULT_USER_ROLE
|
||||||
|
value: "false"
|
||||||
|
- name: GRAPH_USERNAME_MATCH
|
||||||
|
value: "none"
|
||||||
- name: IDP_LDAP_BIND_PASSWORD
|
- name: IDP_LDAP_BIND_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue