Skip to content

Tags: element-hq/lk-jwt-service

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restrict access to LiveKit SFU by differentiating full-access and res… …tricted Matrix users for room creation (#67) * add new ENV variable LIVEKIT_FULL_ACCESS_HOMESERVERS to allow different handling between full-access and restricted users * full-access / restricted user detection * Create LiveKit room on the SFU in case of a full-acceess user prior to issuing the JWT token * Support full-access for all users via wildcard `*`for all homeservers * make the wildcard '*' the default of LIVEKIT_FULL_ACCESS_HOMESERVERS to mimic the previous behaviour * more idomatic variable nameing * More ideomatic order for of functions in main.go

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add LIVEKIT_KEY_FILE, rename env vars to _FROM_FILE and trim keys&sec… …rets (#93) * Add LIVEKIT_KEY_SECRET_FILE and trim keys&secrets * Rename env vars for consistency with livekit * Add LIVEKIT_KEY_FILE variable in README * comment readKeySecret logic * reformat var names

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update README with _FILE env vars (#91) * update README with _FILE env vars * Update README.md * Update README.md --------- Co-authored-by: fkwp <fkwp@users.noreply.github.com>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
removed key and secret from startup logs (#78) 

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependency go to v1.24.0 (#70) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Log the Origin header for HTTP requests (#65) 

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SBOM attestations to docker images (#61) 

v0.1.0

Toggle v0.1.0's commit message
Push docker image on release tag