Skip to content

Commit f867541

Browse files
committed
feat: add more permissions
To be able to deploy the infrastructure for the orchestrator
1 parent 7d6d356 commit f867541

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aws/roles.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ data "aws_iam_policy_document" "codebuild_policy_document" {
2929
"ecr:*",
3030
"apigateway:*",
3131
"elasticloadbalancing:*",
32-
"identitystore:*"
32+
"identitystore:*",
33+
"kms:*",
34+
"ec2:*",
35+
"cloudwatch:*"
3336
]
3437
resources = ["*"]
3538
}

0 commit comments

Comments
 (0)