turbot/aws_insights

Query: eks_cluster_secrets_encryption

Usage

powerpipe query aws_insights.query.eks_cluster_secrets_encryption

Steampipe Tables

SQL

select
'Secrets Encryption' as label,
case
when encryption_config is null then 'Disabled'
else 'Enabled'
end as value,
case
when encryption_config is null then 'alert'
else 'ok'
end as type
from
aws_eks_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: