Skip to content

Commit

Permalink
confirm ecr permissions, leave upstream permissions as-is
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitrajak1807 committed Sep 5, 2024
1 parent e01fcaf commit e3ba0f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emp/emp_role_cftemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ Resources:
- ec2:DescribeTags
- ec2:DescribeNetworkInterfaces
# - ec2:DescribeInstanceTypes commenting, not deleting capa actions. This is accounted for below
# check with team if ecr:<action is needed>
# needed to pull an image from ecr. EKS bootstrap script adds an entry for the sandbox image
# with an ecr URL in containerd config, so these are needed
- ecr:GetAuthorizationToken
- ecr:BatchCheckLayerAvailability
- ecr:GetDownloadUrlForLayer
Expand Down

0 comments on commit e3ba0f1

Please sign in to comment.