feat(prowler-role): Add templates to deploy it in AWS (#6499)

This commit is contained in:
Pepe Fagoaga
2025-01-14 22:49:20 +05:45
committed by GitHub
parent f1f61249e0
commit badf0ace76
6 changed files with 228 additions and 17 deletions
+5 -4
View File
@@ -52,7 +52,7 @@
],
"Resource": "*",
"Effect": "Allow",
"Sid": "AllowMoreReadForProwler"
"Sid": "AllowMoreReadOnly"
},
{
"Effect": "Allow",
@@ -60,9 +60,10 @@
"apigateway:GET"
],
"Resource": [
"arn:aws:apigateway:*::/restapis/*",
"arn:aws:apigateway:*::/apis/*"
]
"arn:*:apigateway:*::/restapis/*",
"arn:*:apigateway:*::/apis/*"
],
"Sid": "AllowAPIGatewayReadOnly"
}
]
}