summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-24 00:52:30 -0600
committermo khan <mo@mokhan.ca>2025-05-24 00:52:30 -0600
commite0517f3ce78415ab55cdb1921487c57cbee3d55e (patch)
tree21e943afee2603b379dc92b8f9ca073bfa5867c9 /etc
parent6fba0823970baf909709055211628c262ab38749 (diff)
chore: stop using deprecated `exact_match` option
Diffstat (limited to 'etc')
-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