Last active
August 25, 2023 02:43
-
-
Save yannhowe/ccdeca91cd128a1ae9febf61d665eba4 to your computer and use it in GitHub Desktop.
Qualys TotalCloud EKS Fargate Profile - 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": "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