jhaals / ansible-vault

ansible lookup plugin for secrets stored in Vault(by HashiCorp)
BSD 3-Clause "New" or "Revised" License
347 stars 65 forks source link

Implement caching for looked-up items #33

Closed mfriedenhagen closed 7 years ago

mfriedenhagen commented 7 years ago
jhaals commented 7 years ago

Sounds like a good solution to get around that problem. It would be great if you could add a VAULT_USE_CACHE environment variable that could default to true, just in case someone really need to run without caching.

jhaals commented 7 years ago

Thanks!