overture-stack / rollcall

A service for managing indices and aliases in an elasticsearch cluster
GNU Affero General Public License v3.0
0 stars 1 forks source link

Vault Integration #25

Closed hlminh2000 closed 4 years ago

hlminh2000 commented 4 years ago

Elasticsearch in Argo is password protected. This means requests to ES needs to come with secrets coming from vault. We will need to extend RollCall to pull this secret and use for interaction with Elasticsearch.

Detailed Description