From 23e3665b1f54e20e0e58f5fa77d786880b68b02e Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 9 May 2025 12:39:46 -0600 Subject: chore: allow public endpoints to pass through --- envoy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/envoy.yml b/envoy.yml index 270606d..9698fb9 100644 --- a/envoy.yml +++ b/envoy.yml @@ -61,6 +61,11 @@ static_resources: hmac_secret: name: hmac_secret forward_bearer_token: true + pass_through_matcher: + - name: ":path" + prefix_match: "/public/" + - name: ":path" + exact_match: "/health" redirect_path_matcher: path: exact: /session/callback -- cgit v1.2.3