This guide describes how to secure a Greenplum Database system. The guide assumes knowledge of Linux/UNIX system administration and database management systems. Familiarity with structured query language (SQL) is helpful.
Important: Because Tanzu Greenplum is based on PostgreSQL, certain commercial security scanning software, when trying to identify Tanzu Greenplum Database vulnerabilities, may use a PostgreSQL database profile. The reports generated by these tools can produce misleading results, and cannot be trusted as an accurate assessment of vulnerabilities that may exist in Tanzu Greenplum. For further assistance, or to report any specific Tanzu Greenplum security concerns, refer to the VMware Tanzu Security Response Center guidelines.
Because Greenplum Database is based on PostgreSQL 8.3.23, this guide assumes some familiarity with PostgreSQL. References to PostgreSQL documentation are provided throughout this guide for features that are similar to those in Greenplum Database.
This information is intended for system administrators responsible for administering a Greenplum Database system.
Securing the Database
Introduces Greenplum Database security topics.
Greenplum Database Ports and Protocols
Lists network ports and protocols used within the Greenplum cluster.
Configuring Client Authentication
Describes the available methods for authenticating Greenplum Database clients.
Configuring Database Authorization
Describes how to restrict authorization access to database data at the user level by using roles and permissions.
Auditing
Describes Greenplum Database events that are logged and should be monitored to detect security threats.
Encrypting Data and Database Connections
Describes how to encrypt data at rest in the database, or in transit over the network, to protect from eavesdroppers or man-in-the-middle attacks.
Enabling gphdfs Authentication with a Kerberos-secured Hadoop Cluster (Deprecated)
Provides steps for configuring Greenplum Database to access external tables in a Hadoop cluster secured with Kerberos.
Security Best Practices
Describes basic security best practices that you should follow to ensure the highest level of system security.
Parent topic: Greenplum Database Security Configuration Guide