From 8d21da653b8fbe82f1d511b20f839fe3246d9744 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 12 May 2025 14:22:54 -0600 Subject: chore: safe_regex_match is deprecated and replaced with string_match --- etc/envoy/envoy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index 3c8df3a..a62e4b5 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -97,8 +97,8 @@ static_resources: forward_bearer_token: true pass_through_matcher: - name: ":path" - safe_regex_match: - regex: .*\\.(css|js|png|html|ico)$ + string_match: + safe_regex: .*\\.(css|js|png|html|ico)$ - name: ":path" string_match: exact: "/health" -- cgit v1.2.3