Skip to content

Commit

Permalink
Merge pull request #58 from zalando-incubator/foo
Browse files Browse the repository at this point in the history
fix policy requirements for CF stack version
  • Loading branch information
szuecs authored May 19, 2017
2 parents 4e64cb1 + f096ac4 commit 5a40faf
Showing 1 changed file with 105 additions and 0 deletions.
105 changes: 105 additions & 0 deletions deploy/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,106 @@ Please also note that the worker nodes will need the right permission to describ
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DescribeLoadBalancers",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:CreateLoadBalancer",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DeleteLoadBalancer",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DescribeListeners",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:CreateListener",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DeleteListener",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DescribeTags",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:CreateTargetGroup",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DeleteTargetGroup",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DescribeTargetGroups",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:DescribeTargetGroups",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:DescribeLoadBalancers",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:CreateLoadBalancer",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:DeleteLoadBalancer",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:DescribeListeners",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:CreateListener",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:DeleteListener",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:DescribeTags",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:CreateTargetGroup",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancingv2:DeleteTargetGroup",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ec2:DescribeInstances",
"Resource": "*",
Expand All @@ -174,6 +274,11 @@ Please also note that the worker nodes will need the right permission to describ
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ec2:DescribeVpcs",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "acm:ListCertificates",
"Resource": "*",
Expand Down

0 comments on commit 5a40faf

Please sign in to comment.