Closed vumdao closed 2 years ago
The efs csi driver service account just have Create/delete EFS access point permission on resources have tag efs.csi.aws.com/cluster: "true" as the inline policy defined
efs.csi.aws.com/cluster: "true"
{ "Effect": "Allow", "Action": [ "elasticfilesystem:CreateAccessPoint" ], "Resource": "*", "Condition": { "StringLike": { "aws:RequestTag/efs.csi.aws.com/cluster": "true" } } }, { "Effect": "Allow", "Action": "elasticfilesystem:DeleteAccessPoint", "Resource": "*", "Condition": { "StringEquals": { "aws:ResourceTag/efs.csi.aws.com/cluster": "true" } } }
https://github.com/aws-quickstart/cdk-eks-blueprints/blob/main/docs/addons/efs-csi-driver.md
Wrong understanding
Describe the documentation issue
The efs csi driver service account just have Create/delete EFS access point permission on resources have tag
efs.csi.aws.com/cluster: "true"
as the inline policy definedLinks
https://github.com/aws-quickstart/cdk-eks-blueprints/blob/main/docs/addons/efs-csi-driver.md