Skip to content

Commit c322b8d

Browse files
ADO-3238: Add datasync permissions
1 parent f3f0d67 commit c322b8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/setup-iam-permissions/policies/boundary.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"ssm:*",
1515
"ssmmessages:*",
1616
"ec2messages:*",
17-
"cloudwatch:*"
17+
"cloudwatch:*",
18+
"datasync:*"
1819
],
1920
"Resource": "*"
2021
},

modules/setup-iam-permissions/policies/deploy-policy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"logs:*",
1616
"apigateway:*",
1717
"resource-groups:*",
18-
"kms:*"
18+
"kms:*",
19+
"datasync:*"
1920
],
2021
"Resource": "*"
2122
}

0 commit comments

Comments
 (0)