Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ryan RaoRyan RaoReporter
Ryan RaoRyan RaoPriority
MinorFix versions
Pull Request URL
Roadmap
Not applicable
Details
Details
Assignee
Ryan Rao
Ryan RaoReporter
Ryan Rao
Ryan RaoPriority
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
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"
}
}
},