turbot/azure_insights

Query: kubernetes_cluster_disk_encryption_details

Usage

powerpipe query azure_insights.query.kubernetes_cluster_disk_encryption_details

SQL

select
e.name as "Name",
e.active_key_url as "Active Key URL",
e.cloud_environment as "Cloud Environment",
e.encryption_type as "Encryption Type",
e.identity_type as "Identity Type",
e.provisioning_state as "Provisioning State",
e.resource_group as "Resource Group"
from
azure_kubernetes_cluster c,
azure_compute_disk_encryption_set e
where
lower(c.disk_encryption_set_id) = lower(e.id)
and lower(c.id) = $1;

Dashboards

The query is used in the dashboards: