jcolemorrison / vault-on-aws

A secure HashiCorp Vault for secrets, tokens, keys, passwords, and more. Automated deployment with Terraform on AWS. Configurable options for security and scalability. Usable with any applications and services hosted anywhere.
MIT License
339 stars 60 forks source link

Verify Vault download #2

Closed moretea closed 4 years ago

moretea commented 4 years ago

Use e.g. sha256sum to verify the downloaded Vault binary.

jcolemorrison commented 4 years ago

Wow, good catch @moretea. Thanks for pointing that out! I'll add it to the todo list 👍

jcolemorrison commented 4 years ago

The vault download is now verified! relevant commit: https://github.com/jcolemorrison/vault-on-aws/commit/73cd8a1ae58382439c11a62dc212b2049bec7a9b

moretea commented 4 years ago

Awesome :)