TerryHowe / ansible-modules-hashivault

Ansible module for Hashicorp Vault.
https://pypi.python.org/pypi/ansible-modules-hashivault
MIT License
454 stars 158 forks source link

Fix issue #457 #458

Closed ahamilto-nodal closed 9 months ago

ahamilto-nodal commented 10 months ago

457 HVAC 1.0.0+ have all authentication methods as subclasses of client.auth

Update login code to call the appropriate subclass for tls/cert auth

TerryHowe commented 9 months ago

Thanks!