Securing an EDB Postgres Distributed (PGD) cluster involves configuring authentication, SSL/TLS, and Connection Manager endpoints, and encrypting sensitive columns with pgcrypto or DBMS_CRYPTO.
Setting up access controls
How to configure authentication, SSL/TLS, and Connection Manager endpoints to secure access to a PGD cluster.
Encrypting columns in PGD
How to encrypt individual columns in EDB Postgres Distributed using pgcrypto or DBMS_CRYPTO, including PGD-specific considerations for indexing, performance, and key management.