From e0517f3ce78415ab55cdb1921487c57cbee3d55e Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 24 May 2025 00:52:30 -0600 Subject: chore: stop using deprecated `exact_match` option --- etc/envoy/envoy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3