Skip to content

Commit

Permalink
fix(LINK-2638): Add permission for efs ListTagsForResource (#93)
Browse files Browse the repository at this point in the history
* add permission for efs list tags

* addPermission
  • Loading branch information
jjzhangjjzhang authored Feb 23, 2024
1 parent 9e0bb5b commit c5cf5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ The audit policy is comprised of the following permissions:
| | elasticfilesystem:DescribeAccountPreferences | |
| | elasticfilesystem:DescribeBackupPolicy | |
| | elasticfilesystem:DescribeReplicationConfigurations | |
| | elasticfilesystem:ListTagsForResource | |
| EMR | elasticmapreduce:ListBootstrapActions | * |
| | elasticmapreduce:ListInstanceFleets | |
| | elasticmapreduce:ListInstanceGroups | |
Expand Down
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
"elasticfilesystem:DescribeAccessPoints",
"elasticfilesystem:DescribeAccountPreferences",
"elasticfilesystem:DescribeBackupPolicy",
"elasticfilesystem:ListTagsForResource",
"elasticfilesystem:DescribeReplicationConfigurations"]
resources = ["*"]
}
Expand Down

0 comments on commit c5cf5c8

Please sign in to comment.