enable oidc
This commit is contained in:
@@ -23,6 +23,22 @@ vaultwarden:
|
||||
secretKeyRef:
|
||||
name: vaultwarden-postgresql-18-cluster-app
|
||||
key: uri
|
||||
- name: SSO_ENABLED
|
||||
value: "true"
|
||||
- name: SSO_SIGNUPS_MATCH_EMAIL
|
||||
value: "true"
|
||||
- name: SSO_AUTHORITY
|
||||
value: https://auth.alexlebens.dev/application/o/vaultwarden/.well-known/openid-configuration
|
||||
- name: SSO_CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: vaultwarden-oidc-secret
|
||||
key: client
|
||||
- name: SSO_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: vaultwarden-oidc-secret
|
||||
key: secret
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
||||
Reference in New Issue
Block a user