turbot/aws_compliance

Query: msk_cluster_encryption_in_transit_with_tls_enabled

Usage

powerpipe query aws_compliance.query.msk_cluster_encryption_in_transit_with_tls_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when provisioned -> 'EncryptionInfo' -> 'EncryptionInTransit' ->> 'ClientBroker' = 'TLS' then 'ok'
else 'alarm'
end as status,
case
when provisioned -> 'EncryptionInfo' -> 'EncryptionInTransit' ->> 'ClientBroker' = 'TLS' then title || ' encryption in transit enabled with TLS.'
else title || ' encryption in transit enabled with plaintext.'
end as reason,
region,
account_id
from
aws_msk_cluster;

Controls

The query is being used by the following controls: