mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
In preparation for TLS enablement of compute to {pageserver,safekeeper}
connections, add GUCs to control the various SSL connection parameters.
Start with the Postgres defaults, and change them when we have all the
files in place for enabling TLS encryption on the connections.
Note that the Neon DBaaS won't make use of all these parameters, but
open source users may want to use them.
Part-of: https://github.com/neondatabase/cloud/issues/25823
Signed-off-by: Tristan Partin <tristan@neon.tech>