Skip to content

Commit 37ad300

Browse files
committed
xff_num_trusted_hops
1 parent 8f64984 commit 37ad300

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

charts/synapse/Chart.yaml

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

charts/synapse/scripts/envoy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ static_resources:
5151
typed_config:
5252
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
5353
stat_prefix: ingress_http
54+
xff_num_trusted_hops: 2
5455
route_config:
5556
name: local_route
5657
virtual_hosts:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ data:
6262
typed_config:
6363
"@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
6464
stat_prefix: ingress_http
65+
xff_num_trusted_hops: 2
6566
route_config:
6667
name: local_route
6768
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
@@ -25,7 +25,7 @@ spec:
2525
app: synapse
2626
component: synapse-client-reader-envoy
2727
annotations:
28-
checksum/config: f733a52fec21fc387d787eeaf3eafdbd238ea86d79d2b4d64ba9373eff9c6b59
28+
checksum/config: b920eabb52c0c24570a7c5f4dca8397c0e35f06d29459d91b7e723ebd82da5bd
2929
spec:
3030
terminationGracePeriodSeconds: 60
3131
containers:

0 commit comments

Comments
 (0)