Skip to content

Commit

Permalink
Change cookie names for OAuth2 Proxy deployments (kyma-project#11566)
Browse files Browse the repository at this point in the history
To avoid problems with logging in to services that ran keycloak-proxy
before.
  • Loading branch information
Christoph Kleineweber authored and sayanh committed Jul 6, 2021
1 parent 6bea7c1 commit 0c222a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- --upstream=http://{{ template "kiali-server.name" . }}-server:{{ .Values.kiali.spec.server.port }}
- --cookie-secure=true
- --cookie-domain=kiali.{{ .Values.global.ingress.domainName }}
- --cookie-name=KYMA_KIALI_TOKEN
- --cookie-name=KYMA_KIALI_OAUTH2_PROXY_TOKEN
- --silence-ping-logging=true
- --reverse-proxy=true
- --auth-logging={{ .Values.authProxy.config.authLogging }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- --upstream=http://{{ template "grafana.fullname" . }}:{{ .Values.service.port }}
- --cookie-secure=true
- --cookie-domain=grafana.{{ .Values.global.ingress.domainName }}
- --cookie-name=KYMA_GRAFANA_TOKEN
- --cookie-name=KYMA_GRAFANA_OAUTH2_PROXY_TOKEN
- --silence-ping-logging=true
- --reverse-proxy=true
- --auth-logging={{ .Values.kyma.authProxy.config.authLogging }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- --upstream=http://{{ template "jaeger-operator.fullname" . }}-jaeger-query:{{ .Values.jaeger.kyma.uiPort }}
- --cookie-secure=true
- --cookie-domain=jaeger.{{ .Values.global.ingress.domainName }}
- --cookie-name=KYMA_JAEGER_TOKEN
- --cookie-name=KYMA_JAEGER_OAUTH2_PROXY_TOKEN
- --silence-ping-logging=true
- --reverse-proxy=true
- --auth-logging={{ .Values.authProxy.config.authLogging }}
Expand Down

0 comments on commit 0c222a2

Please sign in to comment.