Skip to content

Commit

Permalink
Allow DescribeStackEvents
Browse files Browse the repository at this point in the history
For the operator being able to retrieve stack events on failed
provisioning, this action is required.
  • Loading branch information
Simon Rüegg committed Jan 8, 2019
1 parent 4158206 commit 643a427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/install_prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The role/user used for provisioning requires additional permissions for provisio
"cloudformation:CreateStack",
"cloudformation:DeleteStack",
"cloudformation:DescribeStacks",
"cloudformation:DescribeStackEvents",
"cloudformation:UpdateStack",
"cloudformation:CancelUpdateStack"
],
Expand Down
1 change: 1 addition & 0 deletions setup/prerequisites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Resources:
- "cloudformation:CreateStack"
- "cloudformation:DeleteStack"
- "cloudformation:DescribeStacks"
- "cloudformation:DescribeStackEvents"
- "cloudformation:UpdateStack"
- "cloudformation:CancelUpdateStack"
Resource: !Sub "arn:aws:cloudformation:${AWS::Region}:${AWS::AccountId}:stack/aws-service-broker-*/*"
Expand Down

0 comments on commit 643a427

Please sign in to comment.