Skip to content

Commit

Permalink
Use new auth callback url (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrfox authored Jun 27, 2024
1 parent e9b218b commit b4fdb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kiali-server/templates/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:
labels:
{{- include "kiali-server.labels" . | nindent 4 }}
redirectURIs:
- {{ .Values.kiali_route_url }}
- {{ .Values.kiali_route_url }}/api/auth/callback
{{- if .Values.server.web_port }}
- {{ .Values.kiali_route_url }}:{{ .Values.server.web_port }}
- {{ .Values.kiali_route_url }}:{{ .Values.server.web_port }}/api/auth/callback
{{- end }}
grantMethod: auto
{{- if .Values.auth.openshift.token_inactivity_timeout }}
Expand Down

0 comments on commit b4fdb6a

Please sign in to comment.