Skip to content

Instantly share code, notes, and snippets.

@yannhowe
Created August 25, 2023 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yannhowe/ee9bdf5ccc4ada099672c8193967f709 to your computer and use it in GitHub Desktop.
Save yannhowe/ee9bdf5ccc4ada099672c8193967f709 to your computer and use it in GitHub Desktop.
qualys-totalcloud-custom-policy - 20230825
{
"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