I am trying to authenticate my kibana-users the same way, but I wasn’t successful so far. So my question is:
Is it possible at all? Or is the only change to auth with kibana+searchguard (not using LDAP of the commercial version) using the basic-auth with the internal_users-db?
I am trying to authenticate my kibana-users the same way, but I wasn’t successful so far. So my question is:
Is it possible at all? Or is the only change to auth with kibana+searchguard (not using LDAP of the commercial version) using the basic-auth with the internal_users-db?
Unfortunately, due to Kibana inner workings it is not possible to use client cert based auth. Kibana is based on node.js / hapi. So even if your browser adds the certificate correctly, Kibana would simply drop it when communicating with Elasticsearch.
···
On Thursday, September 20, 2018 at 12:13:15 PM UTC+2, hage42 wrote:
I am trying to authenticate my kibana-users the same way, but I wasn’t successful so far. So my question is:
Is it possible at all? Or is the only change to auth with kibana+searchguard (not using LDAP of the commercial version) using the basic-auth with the internal_users-db?