Skip to content

Commit

Permalink
Merge pull request #458 from ahamilto-nodal/issue_457
Browse files Browse the repository at this point in the history
Fix issue #457
  • Loading branch information
TerryHowe authored Feb 12, 2024
2 parents 0e01cec + 75a53de commit 9d87a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/module_utils/hashivault.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def hashivault_auth(client, params):
elif authtype == 'approle':
client = AppRoleClient(client, role_id, secret_id, mount_point=login_mount_point)
elif authtype == 'tls':
client.auth_tls()
client.auth.cert.login()
elif authtype == 'aws':
credentials = get_ec2_iam_credentials(params.get['aws_header'], role_id)
client.auth_aws_iam(**credentials)
Expand Down

0 comments on commit 9d87a93

Please sign in to comment.