Skip to content

Commit 8221438

Browse files
committed
x-request-id
1 parent 7c99a58 commit 8221438

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: networking.istio.io/v1alpha3
2+
kind: EnvoyFilter
3+
metadata:
4+
name: preserve-request-id
5+
namespace: istio-system
6+
spec:
7+
configPatches:
8+
- applyTo: NETWORK_FILTER
9+
match:
10+
context: ANY
11+
listener:
12+
filterChain:
13+
filter:
14+
name: envoy.filters.network.http_connection_manager
15+
patch:
16+
operation: MERGE
17+
value:
18+
typed_config:
19+
'@type': >-
20+
type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
21+
preserve_external_request_id: true
22+
priority: 0

0 commit comments

Comments
 (0)