Skip to content

Instantly share code, notes, and snippets.

@yannhowe
Last active August 25, 2023 02:43
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/ccdeca91cd128a1ae9febf61d665eba4 to your computer and use it in GitHub Desktop.
Save yannhowe/ccdeca91cd128a1ae9febf61d665eba4 to your computer and use it in GitHub Desktop.
Qualys TotalCloud EKS Fargate Profile - 20230825
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "InventoryPermissions",
"Effect": "Allow",
"Action": [
"eks:ListFargateProfiles",
"eks:DescribeFargateProfile"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment