From e8d7d74c942a204e0a7ad0288bb391b8ac0ddbb5 Mon Sep 17 00:00:00 2001 From: Leif Battermann Date: Fri, 12 Jan 2024 15:34:11 +0100 Subject: [PATCH] WPB-6101 make feature enforceFileDownloadLocation unlockable for QA (#3805) * make feature enforceFileDownloadLocation unlockable for QA * changelog --- changelog.d/5-internal/WPB-6099 | 1 + charts/nginz/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 changelog.d/5-internal/WPB-6099 diff --git a/changelog.d/5-internal/WPB-6099 b/changelog.d/5-internal/WPB-6099 new file mode 100644 index 00000000000..8f2593bb560 --- /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 6ebc066886b..a5b8e568c6a 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