turbot/aws_insights

Query: eks_cluster_secrets_encryption_disabled

Usage

powerpipe query aws_insights.query.eks_cluster_secrets_encryption_disabled

Steampipe Tables

SQL

select
count(*) as value,
'Secret Encryption Disabled' as label,
case
count(*)
when 0 then 'ok'
else 'alert'
end as "type"
from
aws_eks_cluster
where
encryption_config is null;

Dashboards

The query is used in the dashboards: