File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2424 " ec2:CreateTags"
2525 ],
2626 "Resource" : [
27- " arn:aws :ec2:*:*:volume/*" ,
28- " arn:aws :ec2:*:*:snapshot/*"
27+ " arn:* :ec2:*:*:volume/*" ,
28+ " arn:* :ec2:*:*:snapshot/*"
2929 ]
3030 },
3131 {
3434 " ec2:DeleteTags"
3535 ],
3636 "Resource" : [
37- " arn:aws :ec2:*:*:volume/*" ,
38- " arn:aws :ec2:*:*:snapshot/*"
37+ " arn:* :ec2:*:*:volume/*" ,
38+ " arn:* :ec2:*:*:snapshot/*"
3939 ]
4040 },
4141 {
4242 "Effect" : " Allow" ,
4343 "Action" : [
4444 " ec2:CreateVolume"
4545 ],
46- "Resource" : " arn:aws :ec2:*:*:volume/*" ,
46+ "Resource" : " arn:* :ec2:*:*:volume/*" ,
4747 "Condition" : {
4848 "StringLike" : {
4949 "aws:RequestTag/ebs.csi.aws.com/cluster" : " true"
5555 "Action" : [
5656 " ec2:CreateVolume"
5757 ],
58- "Resource" : " arn:aws :ec2:*:*:volume/*" ,
58+ "Resource" : " arn:* :ec2:*:*:volume/*" ,
5959 "Condition" : {
6060 "StringLike" : {
6161 "aws:RequestTag/CSIVolumeName" : " *"
6767 "Action" : [
6868 " ec2:CreateVolume"
6969 ],
70- "Resource" : " arn:aws :ec2:*:*:snapshot/*"
70+ "Resource" : " arn:* :ec2:*:*:snapshot/*"
7171 },
7272 {
7373 "Effect" : " Allow" ,
Original file line number Diff line number Diff line change 4747 "ec2:CreateTags"
4848 ],
4949 "Resource": [
50- "arn:aws :ec2:*:*:volume/*",
51- "arn:aws :ec2:*:*:snapshot/*"
50+ "arn:* :ec2:*:*:volume/*",
51+ "arn:* :ec2:*:*:snapshot/*"
5252 ]
5353 },
5454 {
@@ -57,16 +57,16 @@ spec:
5757 "ec2:DeleteTags"
5858 ],
5959 "Resource": [
60- "arn:aws :ec2:*:*:volume/*",
61- "arn:aws :ec2:*:*:snapshot/*"
60+ "arn:* :ec2:*:*:volume/*",
61+ "arn:* :ec2:*:*:snapshot/*"
6262 ]
6363 },
6464 {
6565 "Effect": "Allow",
6666 "Action": [
6767 "ec2:CreateVolume"
6868 ],
69- "Resource": "arn:aws :ec2:*:*:volume/*",
69+ "Resource": "arn:* :ec2:*:*:volume/*",
7070 "Condition": {
7171 "StringLike": {
7272 "aws:RequestTag/ebs.csi.aws.com/cluster": "true"
7878 "Action": [
7979 "ec2:CreateVolume"
8080 ],
81- "Resource": "arn:aws :ec2:*:*:volume/*",
81+ "Resource": "arn:* :ec2:*:*:volume/*",
8282 "Condition": {
8383 "StringLike": {
8484 "aws:RequestTag/CSIVolumeName": "*"
9090 "Action": [
9191 "ec2:CreateVolume"
9292 ],
93- "Resource": "arn:aws :ec2:*:*:snapshot/*"
93+ "Resource": "arn:* :ec2:*:*:snapshot/*"
9494 },
9595 {
9696 "Effect": "Allow",
You can’t perform that action at this time.
0 commit comments