GoodwayGroup / gwvault

ansible-vault CLI reimplemented in go
https://goodwaygroup.github.io/gwvault/
MIT License
31 stars 10 forks source link

Feature Request: Support executable vault-password-file #5

Open tonyskidmore opened 5 years ago

tonyskidmore commented 5 years ago

Hi,

Great work, this is exactly what I was looking for so thanks!

With ansible if you specify --vault-password-file or export ANSIBLE_VAULT_PASSWORD_FILE and make the file executable it will execute the file rather than read its contents. This is very handy for having a script retrieve a password for you. Would that be a feature that could be easily implemented?

clok commented 5 years ago

Glad it is what you were looking for!

Interesting. What OS were you running on? I will look to recreate locally.

tonyskidmore commented 5 years ago

Cool thanks. Running on Linux, specifically within an Alpine container.