Skip to content

Commit

Permalink
Merge pull request #7126 from zalando-incubator/fix/ingress-controlle…
Browse files Browse the repository at this point in the history
…r-aws-permission

fix: ingress controller aws permission issue found in dev
  • Loading branch information
szuecs authored Mar 5, 2024
2 parents a949907 + db94989 commit d9857c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,9 @@ Resources:
- Action: 'iam:ListServerCertificates'
Effect: Allow
Resource: '*'
- Action: 'iam:ListServerCertificateTags'
Effect: Allow
Resource: '*'
- Action: 'waf-regional:ListWebACLs'
Effect: Allow
Resource: '*'
Expand Down

0 comments on commit d9857c5

Please sign in to comment.