Created
August 25, 2023 02:45
-
-
Save yannhowe/ee9bdf5ccc4ada099672c8193967f709 to your computer and use it in GitHub Desktop.
qualys-totalcloud-custom-policy - 20230825
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Sid": "QualysCustomPolicyPermissions", | |
"Effect": "Allow", | |
"Action": [ | |
"states:DescribeStateMachine", | |
"elasticfilesystem:DescribeFileSystemPolicy", | |
"qldb:ListLedgers", | |
"qldb:DescribeLedger", | |
"kafka:ListClusters", | |
"codebuild:BatchGetProjects", | |
"wafv2:GetWebACLForResource", | |
"backup:ListBackupVaults", | |
"backup:DescribeBackupVault", | |
"ec2:GetEbsEncryptionByDefault", | |
"ec2:GetEbsDefaultKmsKeyId", | |
"guardduty:ListDetectors", | |
"guardduty:GetDetector", | |
"glue:GetDataCatalogEncryptionSettings", | |
"elasticmapreduce:GetBlockPublicAccessConfiguration", | |
"lambda:GetFunctionConcurrency", | |
"ds:ListLogSubscriptions" | |
], | |
"Resource": "*" | |
}, | |
{ | |
"Sid": "QualysAPIGatewayGetPermissions", | |
"Effect": "Allow", | |
"Action": "apigateway:GET", | |
"Resource": "arn:aws:apigateway:*::/restapis/*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment