From 7bcb22b4c978b5e34b3c5da16b6eeda0698efea1 Mon Sep 17 00:00:00 2001 From: Leif Battermann Date: Fri, 12 Jan 2024 13:19:00 +0000 Subject: [PATCH 1/2] make feature enforceFileDownloadLocation unlockable for QA --- charts/nginz/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 From ed8eb9edbd5d6c5c8554183412b6b9bd77fa6c58 Mon Sep 17 00:00:00 2001 From: Leif Battermann Date: Fri, 12 Jan 2024 13:24:21 +0000 Subject: [PATCH 2/2] changelog --- changelog.d/5-internal/WPB-6099 | 1 + 1 file changed, 1 insertion(+) 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 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