From be2c2ba33e64f86dd9a42d29919135c119ccfedb Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 17:21:40 -0300 Subject: [PATCH] communication: route Matrix SSO redirects to MAS --- services/communication/mas-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/communication/mas-ingress.yaml b/services/communication/mas-ingress.yaml index 6e4ad54..b6e4bda 100644 --- a/services/communication/mas-ingress.yaml +++ b/services/communication/mas-ingress.yaml @@ -46,7 +46,7 @@ spec: http: paths: - path: /_matrix/client/v3/login - pathType: Exact + pathType: Prefix backend: service: name: matrix-authentication-service