File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
charts/matrix-stack/templates/synapse Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ responsibleForMedia
422
422
"^/_synapse/client/saml2/authn_response$"
423
423
"^/_matrix/client/(api/v1|r0|v3|unstable)/login/cas/ticket$"
424
424
) }}
425
- {{- if (and $root.Values.matrixAuthenticationService.enabled (not $root.Values.matrixAuthenticationService.preMigrationSynapseHandlesAuth) ) }}
425
+ {{- if include "element-io.matrix-authentication-service.readyToHandleAuth" (dict "root" $root) }}
426
426
{{ $workerPaths = concat $workerPaths (list
427
427
"^/_synapse/admin/v2/users/[^/]+$"
428
428
"^/_synapse/admin/v1/username_available$"
Original file line number Diff line number Diff line change
1
+ Fix incorrect routing for Matrix Authentication Service related Synapse Admin API paths during migration.
You can’t perform that action at this time.
0 commit comments