diff --git a/services/jitsi/launcher-deployment.yaml b/services/jitsi/launcher-deployment.yaml index 53cf545..b957e24 100644 --- a/services/jitsi/launcher-deployment.yaml +++ b/services/jitsi/launcher-deployment.yaml @@ -26,7 +26,8 @@ spec: - { name: JWT_AUDIENCE, value: "jitsi" } - { name: JWT_APP_ID, value: "jitsi" } - { name: PUBLIC_URL, value: "https://meet.bstein.dev" } - - { name: ALLOWED_GROUPS, value: "admin,jitsi-moderator" } + # Allow any authenticated user to mint; tighten later by setting comma list + - { name: ALLOWED_GROUPS, value: "" } - { name: JWT_TTL_SECONDS, value: "600" } ports: - { name: http, containerPort: 80 }