Skip to content

Commit

Permalink
Update example policy
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <torredil@amazon.com>
  • Loading branch information
torredil committed Nov 16, 2022
1 parent 3fd4f8c commit b1d476c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/example-iam-policy.json
Expand Up @@ -69,18 +69,6 @@
}
}
},
{
"Effect": "Allow",
"Action": [
"ec2:CreateVolume"
],
"Resource": "*",
"Condition": {
"StringLike": {
"aws:RequestTag/kubernetes.io/cluster/*": "owned"
}
}
},
{
"Effect": "Allow",
"Action": [
Expand Down Expand Up @@ -113,7 +101,7 @@
"Resource": "*",
"Condition": {
"StringLike": {
"ec2:ResourceTag/kubernetes.io/cluster/*": "owned"
"ec2:ResourceTag/kubernetes.io/created-for/pvc/name": "*"
}
}
},
Expand Down

0 comments on commit b1d476c

Please sign in to comment.