forked from carla-simulator/leaderboard-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
admin.json
108 lines (108 loc) · 2.75 KB
/
admin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"sqs:CreateQueue",
"sqs:DeleteMessage",
"sqs:ReceiveMessage",
"sqs:GetQueueUrl",
"sqs:SendMessage",
"sqs:GetQueueAttributes",
"sqs:PurgeQueue",
"sqs:DeleteQueue",
"sqs:SetQueueAttributes",
"sqs:ListQueues",
"lambda:CreateFunction",
"lambda:ListLayerVersions",
"lambda:ListLayers",
"lambda:DeleteFunction",
"lambda:GetAlias",
"lambda:GetFunctionConfiguration",
"lambda:CreateFunctionUrlConfig",
"lambda:ListFunctions",
"lambda:InvokeFunction",
"lambda:GetFunctionUrlConfig",
"lambda:UpdateAlias",
"lambda:UpdateFunctionCode",
"lambda:PublishVersion",
"lambda:CreateAlias",
"lambda:GetLayerVersion",
"lambda:PublishLayerVersion",
"lambda:GetAccountSettings",
"lambda:GetLayerVersionPolicy",
"lambda:ListTags",
"lambda:DeleteLayerVersion",
"lambda:GetFunction",
"lambda:DeleteAlias",
"states:ListStateMachines",
"states:*",
"pipes:StopPipe",
"pipes:StartPipe",
"pipes:UpdatePipe",
"pipes:DeletePipe",
"pipes:DescribePipe",
"pipes:ListTagsForResource",
"pipes:ListPipes",
"pipes:CreatePipe",
"s3:CreateBucket",
"s3:DeleteObject",
"s3:GetObjectAttributes",
"s3:PutObject",
"s3:GetObject",
"s3:ListBucketVersions",
"s3:ListBucket",
"s3:GetBucketPolicy",
"s3:PutEncryptionConfiguration",
"s3:DeleteBucket",
"s3:ListAllMyBuckets",
"s3:GetObjectVersion",
"ecr:BatchDeleteImage",
"ecr:DeleteRepository",
"ecr:BatchCheckLayerAvailability",
"ecr:CreateRepository",
"ecr:GetAuthorizationToken",
"ecr:PutImage",
"ecr:DescribeImages",
"ecr:InitiateLayerUpload",
"ecr:UploadLayerPart",
"ecr:ListImages",
"ecr:CompleteLayerUpload",
"ecr:DescribeRepositories",
"dynamodb:DeleteTable",
"dynamodb:DescribeTable",
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Scan",
"dynamodb:UpdateItem",
"dynamodb:CreateTable",
"dynamodb:ListTables",
"dynamodb:DeleteItem",
"dynamodb:Query",
"logs:CreateLogStream",
"logs:GetLogEvents",
"logs:FilterLogEvents",
"logs:CreateLogGroup",
"logs:GetQueryResults",
"logs:DeleteLogStream",
"logs:DescribeLogStreams",
"logs:DescribeLogGroups",
"logs:DeleteLogGroup",
"logs:PutLogEvents",
"secretsmanager:DescribeSecret",
"secretsmanager:PutSecretValue",
"secretsmanager:DeleteSecret",
"secretsmanager:ListSecrets",
"secretsmanager:CreateSecret",
"secretsmanager:GetSecretValue",
"secretsmanager:RestoreSecret",
"secretsmanager:UpdateSecret",
"iam:PassRole",
"iam:ListRoles",
],
"Resource": "*"
}
]
}