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 @@ -427,6 +427,7 @@ responsibleForMedia
427
427
"^/_synapse/admin/v2/users/[^/]+$"
428
428
"^/_synapse/admin/v1/username_available$"
429
429
"^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$"
430
+ "^/_synapse/admin/v1/users/[^/]+/devices$"
430
431
) }}
431
432
{{- end }}
432
433
{{- end }}
You can’t perform that action at this time.
0 commit comments