Skip to content

Commit

Permalink
set oauth redirect to route with non-standard port (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored May 25, 2023
1 parent 6865206 commit 7863d85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kiali-server/templates/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ metadata:
{{- include "kiali-server.labels" . | nindent 4 }}
redirectURIs:
- {{ .Values.kiali_route_url }}
{{- if .Values.server.web_port }}
- {{ .Values.kiali_route_url }}:{{ .Values.server.web_port }}
{{- end }}
grantMethod: auto
{{- if .Values.auth.openshift.token_inactivity_timeout }}
accessTokenInactivityTimeoutSeconds: {{ .Values.auth.openshift.token_inactivity_timeout }}
Expand Down

0 comments on commit 7863d85

Please sign in to comment.