Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Neha-Sinha2305 opened this issue Sep 16, 2020 · 3 comments · Fixed by #19
Closed

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

Neha-Sinha2305 opened this issue Sep 16, 2020 · 3 comments · Fixed by #19
Assignees

Comments

@Neha-Sinha2305
Copy link
Contributor

Neha-Sinha2305 commented Sep 16, 2020

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
  4. Add/update documentation

Questions

  1. How should this be handled in the minio-client(mc)?
    -- Set output variable in minio and use that in mc

Discussion

  1. Code in vagrant-hashistack to enable KV secret engine
@Neha-Sinha2305
Copy link
Contributor Author

Neha-Sinha2305 commented Sep 17, 2020

@zhenik
Copy link
Contributor

zhenik commented Sep 17, 2020

I would recommend going for v2

@Neha-Sinha2305
Copy link
Contributor Author

Code is being added to the following branch: vault_gen_password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants