Skip to content

Commit

Permalink
fix: OpenShift oauth proxy config
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Orel <oorel@redhat.com>
  • Loading branch information
olexii4 committed May 6, 2022
1 parent dfcfc3e commit 9e024e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deploy/gateway/oauth_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 9e024e2

Please sign in to comment.