Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/basic-auth-for-test-env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Internal `/i/domain-registration` API made available for testing
30 changes: 30 additions & 0 deletions charts/nginz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,36 @@ nginx_conf:
envs:
- all
disable_zauth: true
- path: /i/domain-registration/([^/]*)/lock$
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /i/domain-registration/([^/]*)/unlock$
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /i/domain-registration/([^/]*)/preauthorize$
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /i/domain-registration/([^/]*)/unauthorize$
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /i/domain-registration/([^/]*)$
envs:
- staging
disable_zauth: true
basic_auth: true
versioned: false
- path: /domain-verification/([^/]*)/team/challenges/([^/]*)
envs:
- all
Expand Down