Skip to content

Commit

Permalink
feat(plugin): update code to reflect changes in hvac v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy.smati committed Nov 17, 2022
1 parent b517865 commit 5570684
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 5570684

Please sign in to comment.