Skip to content

Commit 8978375

Browse files
committed
envoy merge_slashes, normalize_path
1 parent 9a41588 commit 8978375

6 files changed

Lines changed: 10 additions & 2 deletions

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: 1.151.0
33
description: matrix synapse kubernetes deployment
44
name: synapse
5-
version: 2.4.14
5+
version: 2.4.15

charts/synapse/templates/envoy-configmap.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ data:
6161
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
6262
stat_prefix: ingress_http
6363
xff_num_trusted_hops: 2
64+
merge_slashes: true
65+
normalize_path: true
6466
route_config:
6567
name: local_route
6668
virtual_hosts:

charts/synapse/tests/golden/fixtures/test-envoy-configmap-msc4306.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ data:
6464
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
6565
stat_prefix: ingress_http
6666
xff_num_trusted_hops: 2
67+
merge_slashes: true
68+
normalize_path: true
6769
route_config:
6870
name: local_route
6971
virtual_hosts:

charts/synapse/tests/golden/fixtures/test-envoy-configmap-no-mas.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ data:
6464
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
6565
stat_prefix: ingress_http
6666
xff_num_trusted_hops: 2
67+
merge_slashes: true
68+
normalize_path: true
6769
route_config:
6870
name: local_route
6971
virtual_hosts:

charts/synapse/tests/golden/fixtures/test-envoy-configmap.golden.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ data:
6464
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
6565
stat_prefix: ingress_http
6666
xff_num_trusted_hops: 2
67+
merge_slashes: true
68+
normalize_path: true
6769
route_config:
6870
name: local_route
6971
virtual_hosts:

charts/synapse/tests/golden/fixtures/test-envoy-deployment.golden.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
app: synapse
2525
component: synapse-client-reader-envoy
2626
annotations:
27-
checksum/config: 9b75ea7e1ba15985054372641d08319b0f5715dfd631289b0a11ab10672b3d38
27+
checksum/config: 7871cc315e55568339135531aa7453d1f5802c4e49d3939756e9875f06b9949e
2828
spec:
2929
terminationGracePeriodSeconds: 60
3030
containers:

0 commit comments

Comments
 (0)