How to avoid double authentincation?

Hi, please help.
I have my own http basic authentication engine for elasticsearch.
And I want authenticate to kibana via elasticsearch.
I use elasticsearch.username and elasticsearch.password properties.
But kibana asks me user/password twice.
How I can change this behavior?
Does kibana-authentication-proxy plugin resolve this problem?

The requests to Elasticsearch are proxied through Kibana so authentication bubbles up for the request. elasticsearch.username and elasticsearch.password are for tasks where is request is not available, like initially creating the Kibana index.

I am not familiar with the plugin mentioned. We have security as part of X-Pack, which comes with a 30-day trial. You can read more about it here.

@tsmalley thank you for inforamtion

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.