supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
941 stars 126 forks source link

feat: allow setting ssl root cert directly #605

Closed soedirgo closed 1 year ago

soedirgo commented 1 year ago

Set the root cert directly via env instead of setting the path of the cert. Also, PG_META_DB_SSL_ROOT_CERT will be applied on all pg connections, instead of the user having to set &sslrootcert= path in the connection string.

Follow up to https://github.com/supabase/postgres-meta/pull/600