Client Side SSL authentication to Access Kibana

Hi,

We have a single sign on portal through which we want users to access kibana. So, we want to protect kibana such that only requests from the single sign on portal is being responded. For that we want to configure kibana with a ca.crt file from client. Is there an option to do that?

Thanks,
Anusha.

I put apache infront of kibana there, you can do just about anything. (nginx would work too)

Are you using the Elasticsearch Security plugin? not sure what that is capable of

Hi Anusha, can you take a look at https://www.elastic.co/guide/en/kibana/current/production.html#enabling-ssl and let me know if it's helpful?

Thanks,
CJ