From 0c7c90901b8c881eaf5cf5958accbd3e61356c66 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 8 Jan 2026 16:48:58 +0100 Subject: [PATCH] removed sso config --- booking-system/booking.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/booking-system/booking.yaml b/booking-system/booking.yaml index 43d0d50..5ae0364 100644 --- a/booking-system/booking.yaml +++ b/booking-system/booking.yaml @@ -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