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

Enable handle HTTP redirects 301,302,303,307. #71

Closed nudgegoonies closed 6 years ago

nudgegoonies commented 6 years ago

Hi, we had a vault setup which required the vault.py to handle redirects correctly. This is the fix that works for us. Kind regards, Andreas

jhaals commented 6 years ago

Thanks Andreas!

nudgegoonies commented 6 years ago

Thank you for your work and for merging!