Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #69 from ndlib/MEL-339-fix-ssm-permissions
Browse files Browse the repository at this point in the history
Fix ssm permissions on Manifest Pipeline
  • Loading branch information
jgondron authored May 1, 2019
2 parents 21d8077 + 1859b2c commit 07d6dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/cloudformation/manifest-pipeline-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ Resources:
- 'ssm:Delete*'
- 'ssm:Put*'
- 'ssm:AddTags*'
- 'ssm:RemoveTagsFromResource'
- 'ssm:GetParameters'
Resource:
- !Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/all/stacks/${TestStackName}/*"
- !Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter/all/stacks/${ProdStackName}/*"
Expand Down

0 comments on commit 07d6dab

Please sign in to comment.