Skip to content

Commit

Permalink
DeploymentInstance-Cfn.yaml: policy for deploying workspace_backup
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 25, 2022
1 parent 128e5c1 commit 6eb4d89
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/deployment/DeploymentInstance-Cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,19 @@ Resources:
- cloudformation:DescribeStackEvents
Effect: Allow
Resource: "*"
- PolicyName: CdkDeploy
PolicyDocument:
Statement:
# In addition to CloudFormationAccess
- Action:
- cloudformation:CreateChangeSet
- cloudformation:DescribeChangeSet
- cloudformation:ExecuteChangeSet
- ecr:CreateRepository
- ecr:SetRepositoryPolicy
- ecr:DescribeRepositories
Effect: Allow
Resource: "*"
- PolicyName: LogsAccess
PolicyDocument:
Statement:
Expand Down

0 comments on commit 6eb4d89

Please sign in to comment.