Skip to content

Commit

Permalink
fix(addon): Add missing permissions needed for EFS CSI (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
mleklund committed Jul 1, 2022
1 parent 281e121 commit 15b50e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/kubernetes-addons/aws-efs-csi-driver/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ data "aws_iam_policy_document" "aws_efs_csi_driver" {
resources = ["*"]

actions = [
"ec2:DescribeAvailabilityZones",
"elasticfilesystem:DescribeAccessPoints",
"elasticfilesystem:DescribeFileSystems",
"elasticfilesystem:DescribeMountTargets"
]
}

Expand Down

0 comments on commit 15b50e0

Please sign in to comment.