mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Update minimum required IAM changes for deployment (#1080)
Ansible2.5 allows Algo to directly ask AWS for the region list, rather than have it hardcoded and updated manually. Updated the documented minimum required permissions to include "DescribeRegions".
This commit is contained in:
parent
2417082662
commit
3bf5db2a46
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ Additional variables:
|
||||||
"Action": [
|
"Action": [
|
||||||
"ec2:DescribeImages",
|
"ec2:DescribeImages",
|
||||||
"ec2:DescribeKeyPairs",
|
"ec2:DescribeKeyPairs",
|
||||||
|
"ec2:DescribeRegions",
|
||||||
"ec2:ImportKeyPair"
|
"ec2:ImportKeyPair"
|
||||||
],
|
],
|
||||||
"Resource": [
|
"Resource": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue