From 8dff2917704440c31bc4d28a4c1e763709b268ce Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 13 Jun 2025 13:01:56 -0600 Subject: chore: fix the oauth2 regex config --- etc/envoy/envoy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/envoy') diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index a6977d1..1a7d4ed 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -138,7 +138,7 @@ static_resources: - name: ":path" string_match: safe_regex: - regex: .*\\.(css|js|png|html|ico)$ + regex: \A.+\.(css|html|ico|js|png)\z - name: ":path" string_match: exact: "/health" -- cgit v1.2.3