turbot/ibm_compliance

Query: certificate_with_auto_renew_enabled

Usage

powerpipe query ibm_compliance.query.certificate_with_auto_renew_enabled

SQL

select
id as resource,
case
when imported then 'skip'
when auto_renew_enabled then 'ok'
else 'alarm'
end as status,
case
when imported then name || ' is imported certificate without auto-renewal enabled.'
when auto_renew_enabled then name || ' enabled with auto-renewal.'
else name || ' not enabled with auto-renewal.'
end as reason,
region,
account_id
from
ibm_certificate_manager_certificate;

Controls

The query is being used by the following controls: