fix: Allow synapse-main to reach MAS's port 8080 for token introspection
Auto-Deploy on Push / verify-and-notify (push) Canceled after 0s

Second port-config incident from this rollout: synapse calls MAS's
oauth2/introspect endpoint on port 8080 (not 8081 as assumed) for
every single authenticated request (sync, pushrules, capabilities,
etc). The rule only allowed kube-system (Traefik) on 8080, so every
authenticated API call failed with 503 "Unable to introspect the
access token" - all clients showed a lost connection. Patched live
immediately, this commit brings Git back in sync with that patch.
This commit is contained in:
Thore Cimbal
2026-07-28 15:27:45 +02:00
parent 30578abaaf
commit 703cf1ff1c
+3
View File
@@ -128,6 +128,9 @@ spec:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: kube-system
- podSelector:
matchLabels:
app.kubernetes.io/name: synapse-main
ports:
- protocol: TCP
port: 8080