stelligent / cfn_nag

Linting tool for CloudFormation templates
MIT License
1.26k stars 212 forks source link

#503 adding rule for eks cluster encryption config provider #505

Closed phelewski closed 3 years ago

phelewski commented 3 years ago

Partial for #503

Creates a new rule to ensure that the EKS Cluster is set up properly with an EndpointConfig Provider using a KMS Key. It warns if EndpointConfig or EndpointConfig Provider is missing, or if EndpointConfig Provider is missing the required KeyArn property value.