Skip to content

Commit 08e6911

Browse files
committed
Use HTTP2 for Synapse -> MAS
1 parent 9baf029 commit 08e6911

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

charts/matrix-stack/configs/synapse/synapse-04-homeserver-overrides.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ matrix_authentication_service:
103103
)
104104
) }}
105105
endpoint: http://{{ $root.Release.Name }}-matrix-authentication-service.{{ $root.Release.Namespace }}.svc.{{ $root.Values.clusterDomain }}:8080/
106+
force_http2: true
106107
{{- end }}
107108

108109
{{- if or (include "element-io.matrix-authentication-service.readyToHandleAuth" (dict "root" $root)) $root.Values.matrixRTC.enabled $root.Values.hookshot.enabled }}

newsfragments/1207.changed.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Use HTTP2 for Synapse to Matrix Authentication Service traffic.
2+
3+
This reduces the overhead of token introspection, as Synapse will be able to use a single HTTP/2 connection to Matrix Authentication Service.

0 commit comments

Comments
 (0)