From 31f34ab7a0680a4bd795366647304cba38cf73a2 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 12 Apr 2024 15:01:01 -0400 Subject: [PATCH] fix(authproxy): set openshift oauth proxy prefix to match oauth2_proxy prefix --- charts/cryostat/templates/openshiftOauthProxy.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/cryostat/templates/openshiftOauthProxy.tpl b/charts/cryostat/templates/openshiftOauthProxy.tpl index a3da9b85..50f93d19 100644 --- a/charts/cryostat/templates/openshiftOauthProxy.tpl +++ b/charts/cryostat/templates/openshiftOauthProxy.tpl @@ -15,6 +15,7 @@ - --https-address=:8443 - --tls-cert=/etc/tls/private/tls.crt - --tls-key=/etc/tls/private/tls.key + - --proxy-prefix=/oauth2 {{- if .Values.authentication.basicAuth.enabled }} - --htpasswd-file=/etc/openshift_oauth_proxy/basicauth/{{ .Values.authentication.basicAuth.filename }} {{- end }}