summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorPrasad Katti <prasadmkatti@gmail.com>2019-12-17 14:27:52 -0800
committerJill R <4121322+jillr@users.noreply.github.com>2019-12-17 15:27:52 -0700
commitb8729b2544bc23c862ee5429ffde1f999b42cf7a (patch)
tree2302dd923b28d1e26e7eeb00619bdbcbdb2f79c4 /hacking
parent80f5503ed0fb14698d8d4ec2de9fe39b275bdb01 (diff)
downloadansible-b8729b2544bc23c862ee5429ffde1f999b42cf7a.tar.gz
cloudformation integration tests (#65643)
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/devops-policy.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/devops-policy.json b/hacking/aws_config/testing_policies/devops-policy.json
index fa7359b6d0..b07ce88542 100644
--- a/hacking/aws_config/testing_policies/devops-policy.json
+++ b/hacking/aws_config/testing_policies/devops-policy.json
@@ -12,6 +12,28 @@
"Resource": [
"*"
]
+ },
+ {
+ "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": [
+ "*"
+ ]
}
]
}