turbot/digitalocean_insights

Query: database_cluster_ssl_enabled

Usage

powerpipe query digitalocean_insights.query.database_cluster_ssl_enabled

Steampipe Tables

SQL

select
'SSL' as label,
case when connection_ssl then 'Enabled' else 'Disabled' end as value,
case when connection_ssl then 'ok' else 'alert' end as type
from
digitalocean_database
where
urn = $1;

Dashboards

The query is used in the dashboards: