Skip to content

Commit

Permalink
Merge pull request #388 from oldgiova/fix-tenant-issue
Browse files Browse the repository at this point in the history
fix: tenantadm endpoint fix
  • Loading branch information
oldgiova authored Nov 28, 2024
2 parents 8f1cd69 + 14f15a1 commit 44e3aaa
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 44e3aaa

Please sign in to comment.