-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Hi Team,
While following the steps for creating role and user in ElasticSearch, though the curl command went successful, I don't see either the role/user inside the ES application.
For the below write command, my vault is erroring back saying the certs path is not found even though it exists. Do we need to copy the certs inside the vault which i believe is not required as they should refer to the certs which are inside the ElasticSearch?
vault write database/config/my-elasticsearch-database \
plugin_name="elasticsearch-database-plugin" \
allowed_roles="externally-defined-role" \
username=vault \
password=myPa55word \
url=https://<service-name>:9200 \
ca_cert=/usr/share/elasticsearch/config/certs/ca.crt \
client_cert=/usr/share/elasticsearch/config/certs/tls.crt \
client_key=/usr/share/elasticsearch/config/certs/tls.key
In this entire run, what am I missing if someone can point?
Metadata
Metadata
Assignees
Labels
No labels