We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed108dd commit af9404eCopy full SHA for af9404e
tests/credential_plugins_test.py
@@ -133,6 +133,9 @@ def test_hashivault_handle_auth_not_enough_args():
133
134
135
def test_aws_assumerole_with_accesssecret():
136
+ '''
137
+ Test that the aws_assumerole_backend function call returns a token given the access_key and secret_key.
138
139
kwargs = {
140
'access_key': 'my_access_key',
141
'secret_key': 'my_secret_key',
@@ -166,6 +169,9 @@ def test_aws_assumerole_with_accesssecret():
166
169
167
170
168
171
def test_aws_assumerole_with_arnonly():
172
173
+ Test backend function with only the role ARN provided.
174
175
176
'role_arn': 'the_arn',
177
'identifier': 'access_token',
0 commit comments