Skip to content

Commit

Permalink
Add missing lbc permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed Jun 19, 2021
1 parent cc24bbb commit 6c51f66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/iam/iam_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ func AddAWSLoadbalancerControllerPermissions(p *Policy, resource stringorslice.S
Effect: StatementEffectAllow,
Action: stringorslice.Of(
"ec2:DescribeAvailabilityZones",
"ec2:DescribeNetworkInterfaces",
),
Resource: stringorslice.Slice([]string{"*"}),
},
Expand Down

0 comments on commit 6c51f66

Please sign in to comment.