diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-12 14:22:54 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-12 14:22:54 -0600 |
| commit | 8d21da653b8fbe82f1d511b20f839fe3246d9744 (patch) | |
| tree | a38472526b0aa5180b10da1b9e3699853e314dd4 /etc | |
| parent | 9ecfd8ad7fe60f45cc9358f3c84fed3c8e7f98e0 (diff) | |
chore: safe_regex_match is deprecated and replaced with string_match
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/envoy/envoy.yaml | 4 |
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" |
