Gaël Goinvic
e10a9fd256
Fix DNS resolution with host aliases + Fix TLS Verifiy on default transport ( #92 )
...
* Fix DNS resolution with host aliases
* Disable TLS on the default transport if required
2025-04-04 16:09:19 +02:00
Gaël Goinvic
738d55fafa
Allow to read secrets and keys from files ( #88 )
...
* Allow to read secrets and keys from files
* add tests
2025-04-02 16:41:39 +02:00
fkwp
d24adff44a
removed key and secret from startup logs ( #78 )
2025-03-17 23:03:48 +01:00
fkwp
0c0297247a
Rename LK_JWT_PORT to LIVEKIT_JWT_PORT ( #69 )
2025-02-26 18:05:26 +00:00
Hugh Nimmo-Smith
09f0023b30
Log the Origin header for HTTP requests ( #65 )
2025-02-07 15:53:51 +00:00
Hugh Nimmo-Smith
4d9574bc62
A few simple test case to get us started and run them in CI ( #52 )
2025-01-20 18:39:11 +00:00
renovate[bot]
96cb277615
Update module github.com/livekit/server-sdk-go/v2 to v2.4.0 ( #41 )
...
* Update module github.com/livekit/server-sdk-go/v2 to v2.4.0
* use SetVideoGrant instead of deprecated AddGrant
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fkwp <fkwp@users.noreply.github.com >
2024-12-04 09:20:20 +01:00
fkwp
4a295044a4
add option to skip TLS verification for outgoing matrix client connections ( #18 )
...
* add option to skip TLS verification for outgoing matrix client connections
* linting
* cleanup log line
Co-authored-by: Andrew Ferrazzutti <af_0_af@hotmail.com >
* simplify branch
Co-authored-by: Andrew Ferrazzutti <af_0_af@hotmail.com >
---------
Co-authored-by: Andrew Ferrazzutti <af_0_af@hotmail.com >
2024-04-27 21:30:16 +02:00
Andrew
94fa50e45f
Make server port configurable through environment variable LK_JWT_PORT, default 8080 ( #17 )
...
* Make server port configurable through environment variable LK_JWT_PORT, default 8080
* Update readme to reflect usage of LK_JWT_PORT environment variable
2024-03-19 09:32:16 +01:00
Rhea Danzey
35d902c7a7
Add a simple health check endpoint to satisfy k8s needs ( #11 )
2023-08-29 13:14:17 -05:00
David Baker
6d9c34f821
Really fix the JWT service lookup ( #10 )
...
The option to enable lookups was fine, but I forgot to remove the manual
lookup - aargh.
2023-07-11 22:16:54 +01:00
David Baker
4c5632add4
Hack federation resolver so TLS check passes ( #7 )
...
As per comment. I don't yet know what the right way of doing this is.
2023-07-11 18:28:04 +01:00
David Baker
9fe823ce49
Revert "Enable SRV/.well-known lookups ( #8 )" ( #9 )
...
This reverts commit 36723e7b5f .
2023-07-11 18:27:56 +01:00
David Baker
36723e7b5f
Enable SRV/.well-known lookups ( #8 )
2023-07-11 17:09:24 +01:00
David Baker
0beabc1f84
Do server name lookup ( #6 )
...
So we actually support server with names that aren't the same as
the server name.
2023-07-11 16:03:12 +02:00
David Baker
4d19078112
AGPL-3 license
2023-07-10 17:00:49 +01:00
David Baker
15d8ab891f
Switch to using openid lookup ( #1 )
...
* Start of support for openid tokens
* Perform the actual openid token lookup
* Make livekit url configurable
* Check json encode calls for errors (picked up by linter)
* Remove unused field
2023-07-03 14:15:49 +02:00
Daniel Abramov
7effbd6a35
Fix a typo in an error
2023-06-09 17:40:46 +02:00
Daniel Abramov
10843a1e83
Initial commit
2023-06-07 16:04:44 +02:00