turbot/steampipe-mod-snowflake-compliance

Control: Enable Tri-Secret Secure in the target account when using the database Replication

Description

Enable Tri-Secret Secure in the target account when using the replication feature to replicate a database to another account.

Usage

Run the control in your terminal:

powerpipe control run snowflake_compliance.control.security_overview_data_encryption_tri_secret_secure_in_database_replication

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run snowflake_compliance.control.security_overview_data_encryption_tri_secret_secure_in_database_replication --share

SQL

This control uses a named query:

select
account as resource,
'info' as status,
'Manual verification required.' as reason,
account
from
snowflake_user
limit 1;