removed sso config
This commit is contained in:
@@ -255,18 +255,6 @@ spec:
|
||||
# Redis
|
||||
- name: REDIS_URL
|
||||
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
|
||||
- name: NEXTAUTH_SECRET
|
||||
|
||||
Reference in New Issue
Block a user