turbot/ibm_compliance

Query: object_storage_bucket_with_key_protect_enabled

Usage

powerpipe query ibm_compliance.query.object_storage_bucket_with_key_protect_enabled

SQL

select
title as resource,
case
when sse_kp_enabled then 'ok'
else 'alarm'
end as status,
case
when sse_kp_enabled then title || ' associated with Key Protect key management service.'
else title || ' not associated with Key Protect key management service.'
end as reason,
region,
acc.guid as account_id
from
ibm_cos_bucket,
ibm_account as acc;

Controls

The query is being used by the following controls: