mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-11 07:15:15 +00:00
Added s3 and glue required permissions
This commit is contained in:
@@ -63,4 +63,6 @@ Resources:
|
||||
- 'support:Describe*'
|
||||
- 'tag:GetTagKeys'
|
||||
- 'lambda:GetFunction'
|
||||
- 'glue:GetConnections',
|
||||
- 's3:GetAccountPublicAccessBlock'
|
||||
Resource: '*'
|
||||
|
||||
@@ -10,7 +10,9 @@
|
||||
"ecr:Describe*",
|
||||
"support:Describe*",
|
||||
"tag:GetTagKeys",
|
||||
"lambda:GetFunction"
|
||||
"lambda:GetFunction",
|
||||
"glue:GetConnections",
|
||||
"s3:GetAccountPublicAccessBlock"
|
||||
],
|
||||
"Resource": "*",
|
||||
"Effect": "Allow",
|
||||
|
||||
Reference in New Issue
Block a user