summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorWill Thames <will@thames.id.au>2018-02-02 09:16:27 +1000
committerSloane Hertel <shertel@redhat.com>2018-02-01 18:16:27 -0500
commitb5a1643e3d144d5a0ddeed991e2cf70d1a87c6ae (patch)
tree2c5a1d7da08239e6174c1fa7a57caa9c20fce2fc /hacking
parentf8f2b6d61dadcaebb5f8334b6aa950b07962bada (diff)
downloadansible-b5a1643e3d144d5a0ddeed991e2cf70d1a87c6ae.tar.gz
Add new aws_waf_condition module (#33110)
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/security-policy.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/security-policy.json b/hacking/aws_config/testing_policies/security-policy.json
index d51536f4c5..29cf0c5521 100644
--- a/hacking/aws_config/testing_policies/security-policy.json
+++ b/hacking/aws_config/testing_policies/security-policy.json
@@ -17,6 +17,12 @@
"Resource": "*",
"Effect": "Allow",
"Sid": "AllowReadOnlyIAMUse"
+ },
+ {
+ "Sid": "AllowWAFusage",
+ "Action": "waf:*",
+ "Effect": "Allow",
+ "Resource": "*"
}
]
}