Skip to content

Commit e7d10bf

Browse files
authored
Fix pass_through_matcher configuration (#819)
Signed-off-by: Gustavo Moyano <gustavo.g.moyano@gmail.com>
1 parent 90b0894 commit e7d10bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

single-page-app/envoy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static_resources:
4040
string_match:
4141
safe_regex:
4242
regex: >-
43-
^\/(authorize.*|login|logout)$
43+
^\/(authorize.*|login|logout|hub/user(s/envoydemo/(repos|followers|following))?)$
4444
invert_match: true
4545
redirect_path_matcher:
4646
path:
@@ -119,7 +119,7 @@ static_resources:
119119
string_match:
120120
safe_regex:
121121
regex: >-
122-
^\/(authorize.*|login|logout)$
122+
^\/(authorize.*|login|logout|hub/user(s/envoydemo/(repos|followers|following))?)$
123123
invert_match: true
124124
redirect_path_matcher:
125125
path:

0 commit comments

Comments
 (0)