Skip to content

Commit

Permalink
Merge pull request #236 from litl/jbardin-iam
Browse files Browse the repository at this point in the history
Update galaxy IAM role policy
  • Loading branch information
James Bardin committed Apr 27, 2015
2 parents 603e00f + 1f1ba8d commit 52bb803
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stack/galaxy_cloudformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,15 @@ var galaxyTmpl = `{{ $stackName := .Name }}{
"Effect": "Allow",
"NotAction": "iam:*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"iam:ListServerCertificates",
"iam:ListInstanceProfiles",
"iam:PassRole"
],
"Resource": "*"
}
],
"Version": "2012-10-17"
Expand Down

0 comments on commit 52bb803

Please sign in to comment.