Skip to content

Commit e543183

Browse files
committed
Fix incorrect routing for Matrix Authentication Service related Synapse Admin API paths during migration.
1 parent 35ae834 commit e543183

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/matrix-stack/templates/synapse/_synapse_details.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ responsibleForMedia
422422
"^/_synapse/client/saml2/authn_response$"
423423
"^/_matrix/client/(api/v1|r0|v3|unstable)/login/cas/ticket$"
424424
) }}
425-
{{- if (and $root.Values.matrixAuthenticationService.enabled (not $root.Values.matrixAuthenticationService.preMigrationSynapseHandlesAuth)) }}
425+
{{- if include "element-io.matrix-authentication-service.readyToHandleAuth" (dict "root" $root) }}
426426
{{ $workerPaths = concat $workerPaths (list
427427
"^/_synapse/admin/v2/users/[^/]+$"
428428
"^/_synapse/admin/v1/username_available$"

newsfragments/639.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix incorrect routing for Matrix Authentication Service related Synapse Admin API paths during migration.

0 commit comments

Comments
 (0)