Update the AWS EFS policy file

Description

The current iam-policy-example.json file is missing the following code for the tag resource settings:
{
"Effect": "Allow",
"Action": [
"elasticfilesystem:TagResource"
],
"Resource": "*",
"Condition": {
"StringLike": {
"aws:ResourceTag/efs.csi.aws.com/cluster": "true"
}
}
},

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Fix versions

Pull Request URL

Roadmap

Not applicable

Created June 21, 2023 at 5:04 PM
Updated July 6, 2023 at 1:46 PM
Resolved July 6, 2023 at 1:46 PM