turbot/terraform_azure_compliance

GitHub
Loading controls...

Control: Enforce SSL connection should be enabled for PostgreSQL database servers

Description

Azure Database for PostgreSQL supports connecting your Azure Database for PostgreSQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against 'man in the middle' attacks by encrypting the data stream between the server and your application. This configuration enforces that SSL is always enabled for accessing your database server

Usage

Run the control in your terminal:

steampipe check terraform_azure_compliance.control.postgres_sql_ssl_enabled

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_azure_compliance.control.postgres_sql_ssl_enabled

SQL

This control uses a named query:

postgres_sql_ssl_enabled

Tags