Skip to content

Commit

Permalink
charts/nginz: Forward /i/legalhold/whitelisted-teams to galley inst…
Browse files Browse the repository at this point in the history
…ead of brig (#2460)
  • Loading branch information
akshaymankar authored Jun 8, 2022
1 parent 510c224 commit 8eb04e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelog.d/5-internal/nginz-legalhold
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts/nginz: Forward `/i/legalhold/whitelisted-teams` to galley instead of brig
12 changes: 6 additions & 6 deletions charts/nginz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,6 @@ nginx_conf:
disable_zauth: true
basic_auth: true
versioned: false
- path: /i/legalhold/whitelisted-teams(.*)
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /cookies
envs:
- all
Expand Down Expand Up @@ -418,6 +412,12 @@ nginx_conf:
envs:
- staging
versioned: false
- path: /i/legalhold/whitelisted-teams(.*)
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /teams/api-docs
envs:
- all
Expand Down

0 comments on commit 8eb04e7

Please sign in to comment.