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
2 changes: 2 additions & 0 deletions changelog.d/3-bug-fixes/nginz-collision
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
charts/nginz: Resolve collision between brig and galeb endpoints. Ensure
/self/consent and /signatures endpoints are configured in all environments
27 changes: 26 additions & 1 deletion charts/nginz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,28 @@ nginx_conf:
disable_zauth: true
envs:
- all
- path: /self
- path: /self$ # Matches exactly /self
envs:
- all
- path: /self/name
envs:
- all
- path: /self/email
envs:
- all
- path: /self/phone
envs:
- all
- path: /self/password
envs:
- all
- path: /self/locale
envs:
- all
- path: /self/handle
envs:
- all
- path: /self/searchable
envs:
- all
- path: /connections
Expand Down Expand Up @@ -507,9 +528,13 @@ nginx_conf:
versioned: false
strip_version: true
- path: /self/consent
envs:
- all
versioned: false
strip_version: true
- path: /signature
envs:
- all
versioned: false
specific_user_rate_limit: reqs_per_user_signatures
strip_version: true
Expand Down