Skip to content

Commit

Permalink
chore: fix failed test case introduced by #2490 (#2608)
Browse files Browse the repository at this point in the history
fix mtls failed test

Signed-off-by: shawnh2 <shawnhxh@outlook.com>
  • Loading branch information
shawnh2 authored Feb 14, 2024
1 parent 765903a commit b97e5ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- name: envoy.filters.http.router
typedConfig:
'@type': type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
suppressEnvoyHeaders: true
mergeSlashes: true
normalizePath: true
pathWithEscapedSlashesAction: UNESCAPE_AND_REDIRECT
Expand All @@ -25,6 +26,7 @@
ads: {}
resourceApiVersion: V3
routeConfigName: first-listener
serverHeaderTransformation: PASS_THROUGH
statPrefix: https
upgradeConfigs:
- upgradeType: websocket
Expand Down

0 comments on commit b97e5ab

Please sign in to comment.