mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
19 lines
492 B
JSON
19 lines
492 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"dax:ListTables",
|
|
"ds:ListAuthorizedApplications",
|
|
"ds:DescribeRoles",
|
|
"ec2:GetEbsEncryptionByDefault",
|
|
"ecr:Describe*",
|
|
"support:Describe*",
|
|
"tag:GetTagKeys"
|
|
],
|
|
"Resource": "*",
|
|
"Effect": "Allow",
|
|
"Sid": "AllowMoreReadForProwler"
|
|
}
|
|
]
|
|
} |