User Certifcation

Hi there I am looking to setup user auth with certificates and no passwords, question is how do you setup a realm like in ES and what things do you add to users?

@Hi @SomeGuy Did you get this working?
You should be able to set up domain on config.yml with “type: clientcert” and pass certificate with curl, only downside is you are not able to extract any roles from certificate, therefore will have to map actual users in roles_mapping.yml. Hope this helps