File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,3 @@ workers instead if these requests path are under high load.
27
27
*/}}
28
28
^/_matrix/client/unstable/org.matrix.msc4140/delayed_events client-reader
29
29
{{- end }}
30
- {{ if dig "sso-login" "enabled" false $root.Values.synapse.workers }}
31
- {{- if (and $root.Values.matrixAuthenticationService.enabled (not $root.Values.matrixAuthenticationService.preMigrationSynapseHandlesAuth)) }}
32
- ^/_synapse/admin/v1/users/[^/]+/devices$ sso-login
33
- {{- end }}
34
- {{- end }}
Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ responsibleForMedia
419
419
"^/_synapse/admin/v2/users/[^/]+$"
420
420
"^/_synapse/admin/v1/username_available$"
421
421
"^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$"
422
+ "^/_synapse/admin/v1/users/[^/]+/devices$"
422
423
) }}
423
424
{{- end }}
424
425
{{- end }}
You can’t perform that action at this time.
0 commit comments