dbos-inc / dbos-transact

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
335 stars 22 forks source link

Allow Disabling SSL for DB Connections #400

Closed kraftp closed 4 months ago

kraftp commented 4 months ago

This PR allows disabling SSL/TLS for DB connections, for example for local development, through the new ssl configuration parameter. For security, SSL remains on by default and is always used in DBOS Cloud. Addresses https://github.com/dbos-inc/dbos-transact/issues/397.

demetris-manikas commented 4 months ago

This looks good.