AWS cli documentation change
Summary
Added required 'ecr:BatchGetImage' IAM permission note
Security assessment
Documents required IAM permission which enforces least-privilege access control
Diff
diff --git a/cli/latest/reference/ecr/list-image-referrers.md b/cli/latest/reference/ecr/list-image-referrers.md index b6fd35b6c..7697d155f 100644 --- a//cli/latest/reference/ecr/list-image-referrers.md +++ b//cli/latest/reference/ecr/list-image-referrers.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -60,0 +61,4 @@ Lists the artifacts associated with a specified subject image. +### Note + +The IAM principal invoking this operation must have the `ecr:BatchGetImage` permission. + @@ -376 +380 @@ nextToken -> (string) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »