summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/envoy/envoy.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml
index d07915d..2aecddf 100644
--- a/etc/envoy/envoy.yaml
+++ b/etc/envoy/envoy.yaml
@@ -106,7 +106,8 @@ static_resources:
pass_through_mode: false
headers:
- name: ":path"
- exact_match: "/health"
+ string_match:
+ exact: "/health"
- name: envoy.filters.http.oauth2
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.oauth2.v3.OAuth2