by level09 on 4/13/16, 12:28 PM with 5 comments
by feliksik on 4/14/16, 10:29 AM
But you want as little as possible hassle of course. I didn't require high availability, but liked coding to the vault api so i could go there later. I wanted to store and administer secrets in encrypted yaml, which i could then batch load into Hashicorp Vault. I use Ansible Vault to manage the encrypted yaml file with a passphrase.
To this end I created Safe, a tool to run Hashicorp Vault and load secrets from yaml in a single command. See https://gitlab.com/nerdalize/safe. It requires Docker, the bash script (and Ansible Vault or some other file encryption util).
by rgacote on 4/14/16, 1:55 AM
by kspaans on 4/13/16, 12:40 PM
by giaour on 4/14/16, 3:44 AM
by euroclydon on 4/13/16, 3:41 PM