1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/cluster-logging-troubleshooting-loop.adoc

23 lines
587 B
Plaintext

// Module included in the following assemblies:
//
// * logging/cluster-logging-troublehsooting.adoc
[id="cluster-logging-troubleshooting-loop_{context}"]
= Troubleshooting a Kubernetes login loop
The OAuth2 proxy on the Kibana console must share a secret with the master
host's OAuth2 server. If the secret is not identical on both servers, it can
cause a login loop where you are continuously redirected back to the Kibana
login page.
.Procedure
To fix this issue:
. Run the following command to delete the current OAuthClient:
+
----
$ oc delete oauthclient/kibana-proxy
----