2018-10-18 06:32:06 +02:00
|
|
|
{
|
|
|
|
"Version": "2012-10-17",
|
|
|
|
"Statement": [
|
|
|
|
{
|
|
|
|
"Sid": "AllowCodeCommitModuleTests",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"codecommit:ListRepositories",
|
2019-08-30 20:25:37 +02:00
|
|
|
"codecommit:*Repository",
|
|
|
|
"codecommit:*RepositoryDescription"
|
2018-10-18 06:32:06 +02:00
|
|
|
],
|
|
|
|
"Resource": [
|
2019-08-30 20:25:37 +02:00
|
|
|
"*"
|
2018-10-18 06:32:06 +02:00
|
|
|
]
|
2019-12-17 23:27:52 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Sid": "AllowCloudformationTests",
|
|
|
|
"Effect": "Allow",
|
|
|
|
"Action": [
|
|
|
|
"cloudformation:CreateChangeSet",
|
|
|
|
"cloudformation:CreateStack",
|
|
|
|
"cloudformation:DeleteChangeSet",
|
|
|
|
"cloudformation:DeleteStack",
|
|
|
|
"cloudformation:DescribeChangeSet",
|
|
|
|
"cloudformation:DescribeStackEvents",
|
|
|
|
"cloudformation:DescribeStacks",
|
|
|
|
"cloudformation:GetStackPolicy",
|
|
|
|
"cloudformation:GetTemplate",
|
|
|
|
"cloudformation:ListChangeSets",
|
|
|
|
"cloudformation:ListStackResources",
|
|
|
|
"cloudformation:UpdateStack",
|
|
|
|
"cloudformation:UpdateTerminationProtection"
|
|
|
|
],
|
|
|
|
"Resource": [
|
|
|
|
"*"
|
|
|
|
]
|
2018-10-18 06:32:06 +02:00
|
|
|
}
|
|
|
|
]
|
2019-08-30 20:25:37 +02:00
|
|
|
}
|