Skip to content

Commit

Permalink
OCPBUGS-4827 Add missing AWS permission for ListTagsForResources
Browse files Browse the repository at this point in the history
The defined CredentialsRequest is missing a required permission for the AWS "Provider.lookupZoneIDWithoutResourceTagging" method.
  • Loading branch information
montaguethomas authored and Miciah committed Jun 27, 2023
1 parent 21c38d5 commit 49791ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions manifests/00-ingress-credentials-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
action:
- elasticloadbalancing:DescribeLoadBalancers
- route53:ListHostedZones
- route53:ListTagsForResources
- route53:ChangeResourceRecordSets
- tag:GetResources
resource: "*"
Expand Down
8 changes: 4 additions & 4 deletions pkg/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49791ea

Please sign in to comment.