Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks
zenlex opened this issue Apr 20, 2024 · 1 comment

Comments

@zenlex
Copy link
Contributor

zenlex commented Apr 20, 2024

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.

  • Update k8s db secret to include the whole db config
  • Update database/index.ts to use the config object instead of the URL
@zenlex
Copy link
Contributor Author

zenlex commented Apr 20, 2024

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

@zenlex zenlex closed this as completed Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant