space-cloud icon indicating copy to clipboard operation
space-cloud copied to clipboard

[Feature Request] Ability to apply certs when connecting to database

Open a0v0 opened this issue 3 years ago • 2 comments

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

a0v0 avatar Apr 10 '22 15:04 a0v0

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

YourTechBud avatar Apr 12 '22 02:04 YourTechBud

ok thanks

a0v0 avatar Apr 13 '22 15:04 a0v0