Daniele Bizzozero
Daniele Bizzozero

Reputation: 171

Openshift Kibana proxy

I have a multi-node Openshift cluster (3.9, maybe I will update it to 3.11). Authentication to Openshift is not managed by Openshift itself, but I have an external provider, Keycloak, where I use ocp_openid_connect. Installations of Kibana, ES and Fluentd are ok.

The problem is with Kibana-proxy.

When I try to access Kibana, I am always redirected to Openshift console.

Upvotes: 0

Views: 402

Answers (1)

Daein Park
Daein Park

Reputation: 4693

As far as I know, kibana-proxy is needed for OpenShift OAuth. If you want to use authentication(OpenID [0])/authorization(OpenShift), then you need not get rid of kibana-proxy. I think you should use external authentication via OpenShift OAuth.

[0] OpenID Connect

Upvotes: 0

Related Questions