summaryrefslogtreecommitdiffstats
path: root/hacking
diff options
context:
space:
mode:
authorMark Chappell <mchappel@redhat.com>2019-10-23 14:27:08 +0200
committeransibot <ansibot@users.noreply.github.com>2019-10-23 14:27:07 +0200
commit4d72b6903587ae0347206d24dee864b459f4cf98 (patch)
tree4ab95f7b2d4a9d30f7693434039b1cfb2e6c59fd /hacking
parentFix virtualization role for DigitalOcean droplets (#41062) (diff)
downloadansible-4d72b6903587ae0347206d24dee864b459f4cf98.tar.xz
ansible-4d72b6903587ae0347206d24dee864b459f4cf98.zip
rds_subnet_group : Sanity Check fixes (docs) and Integration tests (#63214)
* rds_subnet_group: Fixup sanity test issues * rds_subnet_group: Add integration tests * rds_subnet_group: Add testing policy
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/database-policy.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/database-policy.json b/hacking/aws_config/testing_policies/database-policy.json
index fb5ad477ad..39fd43ac49 100644
--- a/hacking/aws_config/testing_policies/database-policy.json
+++ b/hacking/aws_config/testing_policies/database-policy.json
@@ -89,6 +89,17 @@
"Resource": "*"
},
{
+ "Sid": "AllowRDSSubnetGroups",
+ "Effect": "Allow",
+ "Action": [
+ "rds:CreateDBSubnetGroup",
+ "rds:DeleteDBSubnetGroup",
+ "rds:DescribeDBSubnetGroups",
+ "rds:ModifyDBSubnetGroup"
+ ],
+ "Resource": ["*"]
+ },
+ {
"Sid": "DMSEndpoints",
"Effect": "Allow",
"Action": [