-
Notifications
You must be signed in to change notification settings - Fork 65
Toggle SFU room creation restrictions to on #926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dyff of changes in rendered templates of CI manifestsFull contents of manifests and dyffs are available in https://github.com/element-hq/ess-helm/actions/runs/20129756391/artifacts/4836039124 example-default-enabled-components-checkov-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ ess.localhost
example-default-enabled-components-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ ess.localhost
pytest-matrix-rtc-synapse-wellknown-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ ess.localhost
quick-setup-certificates-pg-external-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
quick-setup-certificates-pg-with-helm-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
quick-setup-external-cert-pg-external-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
quick-setup-external-cert-pg-with-helm-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
quick-setup-letsencrypt-pg-external-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
quick-setup-letsencrypt-pg-with-helm-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
quick-setup-wildcard-cert-pg-external-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
quick-setup-wildcard-cert-pg-with-helm-values.yaml@@ Deployment/ess-ci/release-name-matrix-rtc-authorisation-service - spec.template.spec.containers.matrix-rtc-authorisation-service.env.LIVEKIT_FULL_ACCESS_HOMESERVERS.value @@
- *
+ your.tld
|
562de93 to
a72f38e
Compare
|
does this change also configures the SFU to restrict room creation ? |
That is hard-coded off regardless of the value of |
It would work. It's important that the lk-jwt-service can reach out to the SFU to create the room in advance. However, that's already the case as the config is currently defaulting to |
So as per the original comment |
I See, it should be fine. |
jaywink
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change ok. I am wondering however if this should be listed in the breaking changes section of the changelog? On the fence so not pushing for it.
I don't think it is particularly important, but let's do it just in case |
a72f38e to
98e80d2
Compare
98e80d2 to
04650ce
Compare
Added in #635 with
0.3.0of the MatrixRTC authoriser service. Controls whetherLIVEKIT_FULL_ACCESS_HOMESERVERSis set to$.Values.serverName(true) or*(false).Unsure if this can be toggled yet, so draft and cc @fkwp for advice