Upgrade LiveKit JWT Service to 0.7.0

Document the multi-SFU publishing policy and re-enable the repaired image healthcheck. Verify trusted and remote grants and room creation against a real SFU.

Supersedes #5596.
This commit is contained in:
Slavi Pantaleev
2026-09-18 00:28:20 +03:00
parent 859aa30463
commit 6e9fcfc9d6
11 changed files with 299 additions and 107 deletions
+4
View File
@@ -20,3 +20,7 @@ molecule_shared_image_python: "docker.io/library/python:3.14-alpine"
# well before the postgres role makes it the default for new installations.
# renovate: datasource=docker depName=docker.io/library/postgres
molecule_shared_image_postgres: "docker.io/library/postgres:18.6-alpine"
# Real SFU for the LiveKit JWT service's room creation and publishing grants.
# renovate: datasource=docker depName=docker.io/livekit/livekit-server
molecule_shared_image_livekit_server: "docker.io/livekit/livekit-server:v1.13.6"