summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorMark Chappell <mchappel@redhat.com>2019-08-23 20:53:47 +0200
committerSloane Hertel <shertel@redhat.com>2019-08-23 14:53:47 -0400
commit1f733e2d5578eef10eee0525c92bf688ed23e9c6 (patch)
tree9d66c6a0ac640e279f27fd394c46f5ba98e670dc /hacking
parente4c1c0536367e85634b71bbf3aa638bf31d71d84 (diff)
downloadansible-1f733e2d5578eef10eee0525c92bf688ed23e9c6.tar.gz
ec2_asg: fix the integration tests (#61212)
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/compute-policy.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/hacking/aws_config/testing_policies/compute-policy.json b/hacking/aws_config/testing_policies/compute-policy.json
index e671389829..cd96dd24ff 100644
--- a/hacking/aws_config/testing_policies/compute-policy.json
+++ b/hacking/aws_config/testing_policies/compute-policy.json
@@ -17,11 +17,9 @@
"Sid": "AllowAutoscaling",
"Effect": "Allow",
"Action": [
- "autoscaling:CreateLaunchConfiguration",
- "autoscaling:CreateAutoScalingGroup",
- "autoscaling:UpdateAutoScalingGroup",
- "autoscaling:DeleteAutoScalingGroup",
- "autoscaling:DeleteLaunchConfiguration",
+ "autoscaling:*LaunchConfiguration",
+ "autoscaling:*AutoScalingGroup",
+ "autoscaling:*MetricsCollection",
"autoscaling:PutScalingPolicy",
"autoscaling:DeletePolicy"
],