Skip to content

Commit 40a9135

Browse files
committed
Missing some Service Discovery permissions for onboarding
1 parent 23b24bd commit 40a9135

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

resources/saas-boost-svc-onboarding.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,16 @@ Resources:
343343
- ecs:UpdateService
344344
Resource:
345345
- !Sub arn:aws:ecs:${AWS::Region}:${AWS::AccountId}:service/sb-${Environment}-tenant*
346+
- Effect: Allow
347+
Action:
348+
- servicediscovery:CreateService
349+
Resource:
350+
- !Sub arn:aws:servicediscovery:${AWS::Region}:${AWS::AccountId}:namespace/*
351+
- Effect: Allow
352+
Action:
353+
- servicediscovery:GetService
354+
Resource:
355+
- !Sub arn:aws:servicediscovery:${AWS::Region}:${AWS::AccountId}:service/*
346356
- Effect: Allow
347357
Action:
348358
- codepipeline:CreatePipeline
@@ -365,6 +375,7 @@ Resources:
365375
Action:
366376
- route53:CreateHostedZone
367377
- servicediscovery:CreatePrivateDnsNamespace
378+
- servicediscovery:GetOperation
368379
- elasticfilesystem:CreateFileSystem
369380
- ds:DescribeDirectories
370381
- fsx:DescribeFileSystems

0 commit comments

Comments
 (0)