Skip to content

Commit

Permalink
fix: ingress controller aws permission issue found in dev
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <[email protected]>
  • Loading branch information
szuecs committed Mar 5, 2024
1 parent a949907 commit e142ab4
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 @@ -1135,6 +1135,9 @@ Resources:
- Action: 'acm:ListCertificates'
Effect: Allow
Resource: '*'
- Action: 'iam:ListServerCertificateTags'
Effect: Allow
Resource: '*'
- Action: 'acm:GetCertificate'
Effect: Allow
Resource: '*'
Expand Down

0 comments on commit e142ab4

Please sign in to comment.