From 9e024e2c90758b900f6d7898887722391e09c049 Mon Sep 17 00:00:00 2001 From: Oleksii Orel Date: Fri, 6 May 2022 22:31:49 +0300 Subject: [PATCH] fix: OpenShift oauth proxy config Signed-off-by: Oleksii Orel --- pkg/deploy/gateway/oauth_proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/deploy/gateway/oauth_proxy.go b/pkg/deploy/gateway/oauth_proxy.go index 4d3426af38..4d80bb65a7 100644 --- a/pkg/deploy/gateway/oauth_proxy.go +++ b/pkg/deploy/gateway/oauth_proxy.go @@ -68,7 +68,7 @@ cookie_expire = "24h0m0s" email_domains = "*" cookie_httponly = false pass_access_token = true -skip_provider_button = true +skip_provider_button = false %s `, GatewayServicePort, ctx.CheCluster.GetCheHost(),