Skip to content

Commit

Permalink
Merge pull request #121 from leakingtapan/iam-policy
Browse files Browse the repository at this point in the history
Scope down recommended IAM policy
  • Loading branch information
Cheng Pan authored Dec 17, 2019
2 parents 7f84b2c + a5d4ab2 commit 0117032
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ kubectl apply -f secret.yaml
{
"Effect": "Allow",
"Action": [
"s3:*",
"fsx:*"
"s3:ListBucket",
"fsx:CreateFileSystem",
"fsx:DeleteFileSystem",
"fsx:DescribeFileSystems"
],
"Resource": ["*"]
}
Expand Down
6 changes: 4 additions & 2 deletions tester/e2e-test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ cluster:
{
"Effect": "Allow",
"Action": [
"s3:*",
"fsx:*"
"s3:ListBucket",
"fsx:CreateFileSystem",
"fsx:DeleteFileSystem",
"fsx:DescribeFileSystems"
],
"Resource": ["*"]
}
Expand Down

0 comments on commit 0117032

Please sign in to comment.