Skip to content

Commit

Permalink
Add explicit SNS Publish permission to onboarding service for core-st…
Browse files Browse the repository at this point in the history
…ack-listener. (#382)

Co-authored-by: PoeppingT <[email protected]>
  • Loading branch information
PoeppingT and PoeppingT committed Oct 28, 2022
1 parent 98c6cb9 commit 0ff72aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/saas-boost-svc-onboarding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@ Resources:
Action:
- sns:Publish
Resource:
- !Sub arn:aws:sns:${AWS::Region}:${AWS::AccountId}:sb-*
- !Sub arn:${AWS::Partition}:sns:${AWS::Region}:${AWS::AccountId}:sb-${Environment}-onboarding*
- !Sub arn:${AWS::Partition}:sns:${AWS::Region}:${AWS::AccountId}:sb-${Environment}-core-stack-listener
- Effect: Allow
Action:
- ssm:GetParameter*
Expand Down

0 comments on commit 0ff72aa

Please sign in to comment.