Skip to content

Commit

Permalink
feat: add OpenId Connect endpoints as unauth ones
Browse files Browse the repository at this point in the history
Changelog: Title
Ticket: MEN-6611
Signed-off-by: Peter Grzybowski <[email protected]>
  • Loading branch information
merlin-northern committed Jan 29, 2024
1 parent 82d01fa commit 06d2ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mender/templates/api-gateway/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ data:
- compression
{{- end }}
- json-error-responder4
rule: "!Path(`/api/management/{ver:v[0-9]+}/useradm/auth/logout`)&&PathPrefix(`/api/management/{ver:v[0-9]+}/useradm/{ep:(auth|oauth2)}`)"
rule: "!Path(`/api/management/{ver:v[0-9]+}/useradm/auth/logout`)&&PathPrefix(`/api/management/{ver:v[0-9]+}/useradm/{ep:(auth|oauth2|oidc)}`)"
service: useradm
tls: {{ $isTls }}
{{- if .Values.api_gateway.minio.enabled }}
Expand Down

0 comments on commit 06d2ca6

Please sign in to comment.