jitsi-launcher: allow any authenticated user (no group gate)
This commit is contained in:
parent
0e3d36a5ae
commit
c9ebcfc869
@ -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 }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user