Skip to content

Commit

Permalink
issue #19 (#20)
Browse files Browse the repository at this point in the history
added missing sns:Publish to bootstrap role
  • Loading branch information
eamonnfaherty committed Apr 29, 2019
1 parent 3ff56fd commit 0e18122
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions servicecatalog_puppet/manifests/manifest-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ schema: puppet-2019-04-01
accounts:
- account_id: '<YOUR_ACCOUNT_ID>'
name: '<YOUR_ACCOUNT_NAME>'
default_region: us-east-1
default_region: eu-west-1
regions_enabled:
- us-east-1
- us-west-2
- eu-west-1
- eu-west-1
tags:
- type:prod
- partition:us
- partition:eu
- scope:pci

launches:
account-iam-for-prod:
portfolio: example-simple-central-it-team-portfolio
portfolio: demo-central-it-team-portfolio
product: account-iam
version: v1
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Resources:
- Effect: "Allow"
Action: servicecatalog:ListPortfolios
Resource: !Sub "arn:aws:catalog:*:${AWS::AccountId}:product/*"
- Effect: "Allow"
Action: sns:Publish
Resource: !Sub "arn:aws:sns:*:${PuppetAccountId}:servicecatalog-puppet-cloudformation-events"

AssumeRolePolicyDocument:
Version: "2012-10-17"
Expand Down

0 comments on commit 0e18122

Please sign in to comment.