From f28a064c55e63d3d5c39e40d6aee3dce940823f6 Mon Sep 17 00:00:00 2001 From: Gustavo Moyano Date: Mon, 18 Aug 2025 23:39:11 +0000 Subject: [PATCH] Fix pass_through_matcher configuration Signed-off-by: Gustavo Moyano --- single-page-app/envoy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/single-page-app/envoy.yml b/single-page-app/envoy.yml index a3e497f4..8828b723 100644 --- a/single-page-app/envoy.yml +++ b/single-page-app/envoy.yml @@ -40,7 +40,7 @@ static_resources: string_match: safe_regex: regex: >- - ^\/(authorize.*|login|logout)$ + ^\/(authorize.*|login|logout|hub/user(s/envoydemo/(repos|followers|following))?)$ invert_match: true redirect_path_matcher: path: @@ -119,7 +119,7 @@ static_resources: string_match: safe_regex: regex: >- - ^\/(authorize.*|login|logout)$ + ^\/(authorize.*|login|logout|hub/user(s/envoydemo/(repos|followers|following))?)$ invert_match: true redirect_path_matcher: path: