diff --git a/changelog.d/3-bug-fixes/nginz-collision b/changelog.d/3-bug-fixes/nginz-collision new file mode 100644 index 0000000000..7f3aea75db --- /dev/null +++ b/changelog.d/3-bug-fixes/nginz-collision @@ -0,0 +1,2 @@ +charts/nginz: Resolve collision between brig and galeb endpoints. Ensure +/self/consent and /signatures endpoints are configured in all environments \ No newline at end of file diff --git a/charts/nginz/values.yaml b/charts/nginz/values.yaml index 972d4968d8..4b860e400e 100644 --- a/charts/nginz/values.yaml +++ b/charts/nginz/values.yaml @@ -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 @@ -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