Skip to content

Commit 0ff72aa

Browse files
PoeppingTPoeppingT
and
PoeppingT
committed
Add explicit SNS Publish permission to onboarding service for core-stack-listener. (#382)
Co-authored-by: PoeppingT <[email protected]>
1 parent 98c6cb9 commit 0ff72aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/saas-boost-svc-onboarding.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ Resources:
347347
Action:
348348
- sns:Publish
349349
Resource:
350-
- !Sub arn:aws:sns:${AWS::Region}:${AWS::AccountId}:sb-*
350+
- !Sub arn:${AWS::Partition}:sns:${AWS::Region}:${AWS::AccountId}:sb-${Environment}-onboarding*
351+
- !Sub arn:${AWS::Partition}:sns:${AWS::Region}:${AWS::AccountId}:sb-${Environment}-core-stack-listener
351352
- Effect: Allow
352353
Action:
353354
- ssm:GetParameter*

0 commit comments

Comments
 (0)