-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inventory aws_ec2 - assume role using iam_role_arn parameter to descr…
…ibe regions (#624) inventory aws_ec2 - assume role using iam_role_arn parameter to describe regions SUMMARY This is a proposal to solve #566 ISSUE TYPE Feature Pull Request COMPONENT NAME aws_ec2 Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit 56e6e69)
- Loading branch information
1 parent
1f760fe
commit 5bc9119
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
changelogs/fragments/619-inventory-aws_ec2-assume-arn-role-when-listing-regions.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
bugfixes: | ||
- >- | ||
aws_ec2 inventory - use the iam_role_arn configuration parameter to assume the role before trying to call DescribeRegions | ||
if the regions configuration is not set and AWS credentials provided without enough privilege to perform the DescribeRegions action. | ||
(https://github.com/ansible-collections/amazon.aws/issues/566). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters