diff --git a/changelog.d/5-internal/WPB-6099 b/changelog.d/5-internal/WPB-6099 new file mode 100644 index 0000000000..8f2593bb56 --- /dev/null +++ b/changelog.d/5-internal/WPB-6099 @@ -0,0 +1 @@ +Feature enforceFileDownloadLocation lockstatus can be set with basic auth on staging diff --git a/charts/nginz/values.yaml b/charts/nginz/values.yaml index 6ebc066886..a5b8e568c6 100644 --- a/charts/nginz/values.yaml +++ b/charts/nginz/values.yaml @@ -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