summaryrefslogtreecommitdiff
path: root/etc/envoy
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-12 14:22:54 -0600
committermo khan <mo@mokhan.ca>2025-05-12 14:22:54 -0600
commit8d21da653b8fbe82f1d511b20f839fe3246d9744 (patch)
treea38472526b0aa5180b10da1b9e3699853e314dd4 /etc/envoy
parent9ecfd8ad7fe60f45cc9358f3c84fed3c8e7f98e0 (diff)
chore: safe_regex_match is deprecated and replaced with string_match
Diffstat (limited to 'etc/envoy')
-rw-r--r--etc/envoy/envoy.yaml4
1 files changed, 2 insertions, 2 deletions
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"