Documentation Index
Fetch the complete documentation index at: https://docs.powersync.com/llms.txt
Use this file to discover all available pages before exploring further.
PowerSync Cloud: IP Filtering
For enhanced security, you can restrict database access to PowerSync Cloud’s IP addresses. Below are the IP ranges for each region:- US
- EU
- AU (Australia)
- BR (Brazil)
- IPv6 (All regions)
PowerSync Cloud: AWS Private Endpoints
See Private Endpoints for using a private network to your database using AWS PrivateLink (AWS only).PowerSync Cloud: TLS with Postgres
PowerSync Cloud always enforces TLS on connections to the database, and certificate validation cannot be disabled. PowerSync supports TLS version 1.2 and 1.3. The Server Certificate is always validated. The following two SSL Modes are supported:verify-full- This verifies the certificate, and checks that the hostname matches. By default, we include CA certificates for AWS RDS, Azure and Supabase. Alternatively, CA certificates to trust can be explicitly specified (any number of certificates in PEM format).verify-ca- This verifies the certificate, but does not check the hostname. Because of this, public certificate authorities are not supported — an explicit CA must be specified. This mode can be used with self-signed certificates.
verify-ca mode.
Once deployed, the current connections and TLS versions can be viewed using this query:
See Also
- Security: General security overview
- Data Encryption