Skip to content

Commit

Permalink
WPB-6101 make feature enforceFileDownloadLocation unlockable for QA (#…
Browse files Browse the repository at this point in the history
…3805)

* make feature enforceFileDownloadLocation unlockable for QA

* changelog
  • Loading branch information
battermann authored Jan 12, 2024
1 parent 9485b73 commit e8d7d74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5-internal/WPB-6099
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Feature enforceFileDownloadLocation lockstatus can be set with basic auth on staging
6 changes: 6 additions & 0 deletions charts/nginz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,12 @@ nginx_conf:
- path: /teams/([^/]*)/features/([^/])*
envs:
- all
- path: /i/teams/([^/]*)/features/enforceFileDownloadLocation/([^/])*
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /i/teams/([^/]*)/features/([^/]*)
envs:
- staging
Expand Down

0 comments on commit e8d7d74

Please sign in to comment.