I am using the shield addon for my elasticsearch. I want to configure Shield to auto authenticate when a user hit the rest endpoint in the browser, looking at the browser's cert. How can i achieve this?
In my elasticsearch.yml I have:
shield.transport.ssl: true
shield.http.ssl: true
shield.ssl.keystore.path : /path/keystore.jks
shield.ssl.keystore.password: password
shield.authc.realms.pki1.type: pki
shield.authc.realms.pki1.truststore.path: path/allTruststore.jks
shield.authc.realms.pki1.truststore.password: changeme
But the authentication window still pops up every time asking for a log in.