Skip to content

Commit

Permalink
[CLOUD-33] Add ecr:TagResource permission to instance profile (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
maismail authored Nov 8, 2022
1 parent e910a3e commit f5ed0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BREAKING CHANGES:
BUG FIXES:

ENHANCEMENTS:
* datasource/aws_instance_profile_policy: Add ecr:TagResource permission

FEATURES:

Expand Down
1 change: 1 addition & 0 deletions hopsworksai/data_source_aws_instance_profile_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func awsEKSECRPermissions(allowDescribeEKSResource interface{}, allowPushandPull
"ecr:BatchDeleteImage",
"ecr:GetLifecyclePolicy",
"ecr:PutLifecyclePolicy",
"ecr:TagResource",
},
Resources: allowPushandPullImagesResource,
}, {
Expand Down

0 comments on commit f5ed0fe

Please sign in to comment.