Skip to content

Commit

Permalink
Merge branch 'issue-7418' of https://github.com/hashicorp/vault into …
Browse files Browse the repository at this point in the history
…issue-7418
  • Loading branch information
tyrannosaurus-becks committed Dec 10, 2019
2 parents 13dfdc1 + e23d897 commit fb406be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion builtin/credential/aws/path_role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,10 @@ func TestRoleResolutionWithSTSEndpointConfigured(t *testing.T) {
t.Skip()
}

// ex. "arn:aws:iam::123456789012:role/MyRole"
/* ARN of an AWS role that Vault can query during testing.
This role should exist in your current AWS account and your credentials
should have iam:GetRole permissions to query it.
*/
assumableRoleArn := os.Getenv("AWS_ASSUMABLE_ROLE_ARN")
if assumableRoleArn == "" {
t.Skip("skipping because AWS_ASSUMABLE_ROLE_ARN is unset")
Expand Down

0 comments on commit fb406be

Please sign in to comment.