From 2e3cbf7d89815e2915f77677388c49b48f8d20c3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 12 Dec 2019 00:07:43 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- vendor/aws/iam/eks_cluster_read_only_policy.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vendor/aws/iam/eks_cluster_read_only_policy.json (limited to 'vendor') diff --git a/vendor/aws/iam/eks_cluster_read_only_policy.json b/vendor/aws/iam/eks_cluster_read_only_policy.json new file mode 100644 index 00000000000..425b9a3eff9 --- /dev/null +++ b/vendor/aws/iam/eks_cluster_read_only_policy.json @@ -0,0 +1,17 @@ +{ + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": [ + "iam:ListRoles", + "ec2:DescribeKeyPairs", + "ec2:DescribeRegions", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "Resource": "*" + } + ] +} -- cgit v1.2.1