removed sso config
This commit is contained in:
@@ -256,18 +256,6 @@ spec:
|
|||||||
- name: REDIS_URL
|
- name: REDIS_URL
|
||||||
value: "redis://calcom-redis:6379"
|
value: "redis://calcom-redis:6379"
|
||||||
|
|
||||||
# SSO/OIDC Configuration (for Authentik integration)
|
|
||||||
# Requires separate database - see prerequisites
|
|
||||||
- name: SAML_DATABASE_URL
|
|
||||||
value: "postgresql://$(DB_USER):$(DB_PASS)@postgresql-rw.database-system.svc.cluster.local:5432/calcom_saml"
|
|
||||||
# Admin email(s) who can configure SSO in the UI
|
|
||||||
# Must match the email used when creating the first user
|
|
||||||
- name: SAML_ADMINS
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: calcom-app
|
|
||||||
key: saml-admin-email
|
|
||||||
|
|
||||||
# Auth secrets
|
# Auth secrets
|
||||||
- name: NEXTAUTH_SECRET
|
- name: NEXTAUTH_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user