feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit a8fdcc5931 - Show all commits

View File

@ -18,7 +18,7 @@ spec:
kubernetes.io/arch: amd64 kubernetes.io/arch: amd64
containers: containers:
- name: launcher - name: launcher
image: ghcr.io/tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim image: docker.io/tiangolo/uvicorn-gunicorn-fastapi:python3.11-slim
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- { name: JWT_SECRET_FILE, value: "/var/lib/jitsi-jwt/jwt" } - { name: JWT_SECRET_FILE, value: "/var/lib/jitsi-jwt/jwt" }