fredrikhgrelland / docker-hive

Apache License 2.0
2 stars 3 forks source link

UserStory[Security]: Generate password for minio from Vault #49

Closed Neha-Sinha2305 closed 4 years ago

Neha-Sinha2305 commented 4 years ago

Description

As of today we use user provided screts to access minio, however, going forward we would like to generate these secrets from Vault. The KV Secrets Engine feature could be made use of to achieve this.

Acceptance Criteria

  1. Remove the hardcoded minio_access_key, minio_secret_key
  2. Generate on demand password with vault
  3. Add tests