Skip to content

Commit

Permalink
Merge pull request #1 from sticky-note/feat/hvac
Browse files Browse the repository at this point in the history
feat(plugin): update code to reflect changes in hvac `v1.0.0`
  • Loading branch information
vitalvas authored Nov 18, 2022
2 parents b517865 + 5570684 commit fc22c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot_vault/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self, *args, **kwargs):

if self.conf('role-id') and self.conf('secret-id'):
auth_mount_point = self.conf('auth-path') or 'approle'
self.hvac_client.auth_approle(
self.hvac_client.auth.approle.login(
self.conf('role-id'),
self.conf('secret-id'),
mount_point=auth_mount_point
Expand Down

0 comments on commit fc22c6e

Please sign in to comment.