-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix IAM role for current versions of the kube-ingress-aws-controller #5014
fix IAM role for current versions of the kube-ingress-aws-controller #5014
Conversation
"autoscaling:DetachLoadBalancers", | ||
"autoscaling:DetachLoadBalancerTargetGroups", | ||
"autoscaling:AttachLoadBalancerTargetGroups", | ||
"autoscaling:*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't use *
here, you just need these permissions: https://github.com/zalando-incubator/kubernetes-on-aws/blob/dev/cluster/senza-definition.yaml#L266-L271
autoscaling:DescribeLoadBalancerTargetGroups
is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no it was no missing, see the second deleted line (red line 92)
@mikkeloscar I found it, it was missing in the second policy shown. |
Thanks so much @szuecs. Mind squashing this into a single commit since it's only a small change? /ok-to-test |
f43a6ca
to
f886296
Compare
@mikesplain done |
/lgtm |
/assign @gambol99 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrislovecnm, mikesplain, szuecs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fixing the issue reported zalando-incubator/kube-ingress-aws-controller#151