-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document permissions required for main.py describe
#7
Comments
Zeebrow
changed the title
Holy crap - (read) setup aws credentials for ci -
Holy crap - (read) setup aws credentials for ci - Jul 1, 2022
main.py make
main.py describe
#6 does work, but should be done with AssumeRole via STS sessions in the future. This is the policy for such a role. {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "quickhostDescribe",
"Effect": "Allow",
"Action": [
"iam:ListUsers",
"iam:GetUser",
"ec2:DescribeSecurityGroups",
"ec2:DescribeKeyPairs",
"ec2:DescribeInstances",
"ec2:DescribeVpcs",
"ec2:DescribeSubnets",
"ec2:DescribeInternetGateways",
"ec2:DescribeRouteTables",
"ec2:DescribeImages"
],
"Resource": "*"
}
]
} |
4 tasks
Need to specify something better than |
Zeebrow
changed the title
Holy crap - (read) setup aws credentials for ci -
Document permissions required for Jul 8, 2022
main.py describe
main.py describe
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before starting, do #6 create first and see if those permissions work
Parent
The text was updated successfully, but these errors were encountered: