tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

rewrite postgres connection to use config object instead of connection url to make work with ssl config #29

Closed zenlex closed 2 months ago

zenlex commented 2 months ago

see this issue

Currently we're using connection string, but there's apparently an issue with DO's managed postgres/ssl and the k8s config at the moment or at least I haven't figured it out.

zenlex commented 2 months ago

Don't need to do at this time - got it working with the CA cert and the connection uri