Skip to content

Commit 8782e88

Browse files
authored
Merge pull request #323 from kagenti/fix/envoy-allow-mode-override
fix: Add allow_mode_override to ext_proc filters in envoy template
2 parents b52923c + 01d7931 commit 8782e88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kagenti-operator/internal/webhook/injector/envoy.yaml.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static_resources:
4242
envoy_grpc:
4343
cluster_name: ext_proc_cluster
4444
timeout: 30s
45+
allow_mode_override: true
4546
processing_mode:
4647
request_header_mode: SEND
4748
response_header_mode: SKIP
@@ -91,6 +92,7 @@ static_resources:
9192
envoy_grpc:
9293
cluster_name: ext_proc_cluster
9394
timeout: 30s
95+
allow_mode_override: true
9496
processing_mode:
9597
request_header_mode: SEND
9698
response_header_mode: SKIP

0 commit comments

Comments
 (0)