Remove ListAllMyBuckets from the S3 permission scope.
Signed-off-by: Richard Scothern <richard.scothern@docker.com>
This commit is contained in:
parent
0f4427b3c3
commit
e4817cfc94
1 changed files with 0 additions and 7 deletions
|
@ -193,13 +193,6 @@ The following IAM permissions are required by the registry for push and pull. S
|
||||||
|
|
||||||
```
|
```
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
|
||||||
"Effect": "Allow",
|
|
||||||
"Action": [
|
|
||||||
"s3:ListAllMyBuckets"
|
|
||||||
],
|
|
||||||
"Resource": "arn:aws:s3:::*"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": [
|
"Action": [
|
||||||
|
|
Loading…
Reference in a new issue