space-cloud
space-cloud copied to clipboard
[Feature Request] Ability to apply certs when connecting to database
YugabyteDB Managed require to specify cert location in order to connect to the database. But currently there is no way to specify certs location when connecting to the database. @YourTechBud
This is an easy fix. Adding it for the next release, for now you can download the certs on your filesystem (or mount it in your container) and specify a path to it in the postgres connection string.
Ref: https://pkg.go.dev/github.com/lib/pq#hdr-Connection_String_Parameters
ok thanks