turbot/azure_compliance

Query: mysql_server_infrastructure_encryption_enabled

Usage

powerpipe query azure_compliance.query.mysql_server_infrastructure_encryption_enabled

SQL

select
s.id as resource,
case
when infrastructure_encryption = 'Enabled' then 'ok'
else 'alarm'
end as status,
case
when infrastructure_encryption = 'Enabled' then s.name || ' infrastructure encryption enabled.'
else s.name || ' infrastructure encryption disabled.'
end as reason,
s.resource_group as resource_group,
sub.display_name as subscription
from
azure_mysql_server as s,
azure_subscription as sub
where
sub.subscription_id = s.subscription_id;

Controls

The query is being used by the following controls: