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

Support VAULT_CACERT and VAULT_CAPATH environment variables #13

Closed charness closed 8 years ago

charness commented 8 years ago

Supporting Vault's CA-override variables helps while working with TLS but a local CA.

Simply tunneling these into the corresponding kwargs for an ssl context for urllib2 to use.

jhaals commented 8 years ago

Thanks for the contributions! Some updates to the README would be great 👍