Skip to content

Commit 7ba9d77

Browse files
committed
Temporarily disable seagull route rewrite to platform auth.
1 parent 016de0a commit 7ba9d77

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

charts/tidepool/charts/seagull/templates/4-routetable.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ spec:
2020
options:
2121
extauth:
2222
disable: true
23-
- matchers:
24-
- regex: '/metadata/[^/]+/profile'
25-
routeAction:
26-
single:
27-
upstream:
28-
name: auth
29-
options:
30-
regexRewrite:
31-
pattern:
32-
regex: '/metadata/'
33-
substitution: '/v1/users/legacy/'
34-
retries:
35-
retryOn: '5xx'
36-
numRetries: 3
37-
perTryTimeout: '15s'
23+
# - matchers:
24+
# - regex: '/metadata/[^/]+/profile'
25+
# routeAction:
26+
# single:
27+
# upstream:
28+
# name: auth
29+
# options:
30+
# regexRewrite:
31+
# pattern:
32+
# regex: '/metadata/'
33+
# substitution: '/v1/users/legacy/'
34+
# retries:
35+
# retryOn: '5xx'
36+
# numRetries: 3
37+
# perTryTimeout: '15s'
3838
- matchers:
3939
- prefix: /metadata/
4040
routeAction:

0 commit comments

Comments
 (0)