turbot/ibm_compliance

GitHub

Query: object_storage_bucket_with_key_protect_enabled

Usage

steampipe query ibm_compliance.query.object_storage_bucket_with_key_protect_enabled

Plugins & Tables

SQL

select
-- Required Columns
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,
-- Additional Dimensions
region,
acc.guid as account_id
from
ibm_cos_bucket,
ibm_account as acc;

Controls

The query is being used by the following controls: