peopledoc/vault-cli

hvac broke compatibility

ewjoachim opened this issue · 0 comments

Seems like using vault-cli with hvac>=0.10.12 and certificates now breaks.

(vault-cli) $ vault-cli list
~/.virtualenvs/vault-cli/lib/python3.7/site-packages/vault_cli/client.py:725: DeprecationWarning: Call to deprecated function 'auth_tls'. This method will be removed in version '0.13.0' Please use the 'login' method on the 'hvac.api.auth_methods.cert' class moving forward.
  self.client.auth_tls()
Error: Invalid request
client certificate must be supplied