Skip to content

Commit

Permalink
fix: tenantadm endpoint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Giovanardi <roberto.giovanardi@northern.tech>
  • Loading branch information
oldgiova committed Nov 28, 2024
1 parent 8f1cd69 commit 14f15a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mender/templates/api-gateway/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,7 @@ data:
{{- end }}
rule: >-
(Method(`OPTIONS`) || Method(`POST`)) &&
PathRegexp(`/api/management/v[0-9]+/tenantadm/tenants`) ||
(Method(`OPTIONS`) || Method(`POST`)) &&
PathRegexp(`/api/management/v[0-9]+/tenantadm/tenants/trial`)
PathRegexp(`/api/management/v[0-9]+/tenantadm/tenants/trial$`)
service: tenantadm
tls: {{ $isTls }}

Expand Down

0 comments on commit 14f15a1

Please sign in to comment.