Files
expertfab-infra/k8s/gongme/secret-oauth2.yaml
Sascha Dodenhöft 296537720d gongme: Bugfixes oauth2-proxy + web Deployment
- secret-oauth2.yaml: Cookie-Secret auf exakt 32 Bytes korrigiert
  (openssl rand -base64 32 ergibt 44 Zeichen, nicht 32 raw bytes)
- web.yaml: PORT=3000 + HOSTNAME=0.0.0.0 explizit gesetzt, damit
  envFrom gongme-env's PORT=3001 (fuer API) nicht uebernommen wird

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-07 13:42:29 +02:00

12 lines
325 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: oauth2-proxy-secrets
namespace: gongme
type: Opaque
stringData:
OAUTH2_PROXY_CLIENT_ID: "376372512671400477"
OAUTH2_PROXY_CLIENT_SECRET: "GNt6kzfSL1aTTZyjdeCyuMNjfklrWQFg6xpcvpTCodfY5CYjBsLmFrSs4rqEPGCs"
OAUTH2_PROXY_COOKIE_SECRET: "9KPXNOowiA1bZvfAmBevByHJI6wHX3+N"