forked from nccgroup/PMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
required-permissions.json
32 lines (32 loc) · 1013 Bytes
/
required-permissions.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
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PMapperPerms",
"Effect": "Allow",
"Action": [
"iam:List*",
"iam:Get*",
"organizations:List*",
"organizations:Describe*",
"s3:ListAllMyBuckets",
"s3:ListBucket",
"s3:GetBucketPolicy",
"kms:ListKeys",
"kms:GetKeyPolicy",
"sns:ListTopics",
"sns:GetTopicAttributes",
"sqs:ListQueues",
"sqs:GetQueueAttributes",
"secretsmanager:ListSecrets",
"secretsmanager:GetResourcePolicy",
"cloudformation:DescribeStacks",
"lambda:ListFunctions",
"codebuild:ListProjects",
"codebuild:BatchGetProjects",
"autoscaling:DescribeLaunchConfigurations"
],
"Resource": "*"
}
]
}