You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require LIVEKIT_FULL_ACCESS_HOMESERVERS explicitly; drop wildcard default (#184)
Security: harden `LIVEKIT_FULL_ACCESS_HOMESERVERS` configuration
- Drop the insecure `*` default; the service now refuses to start unless
`LIVEKIT_FULL_ACCESS_HOMESERVERS` is set explicitly (explicit `*` still works).
- Remove the long-deprecated `LIVEKIT_LOCAL_HOMESERVERS` fallback env variable for `LIVEKIT_FULL_ACCESS_HOMESERVERS`.
⚠️BREAKING CHANGE⚠️: Deployments that relied on the implicit `*` default or on
`LIVEKIT_LOCAL_HOMESERVERS` must set `LIVEKIT_FULL_ACCESS_HOMESERVERS` explicitly.
0 commit comments