graphql-hive / graphql-hive/console
Allow for DB connection string to use alternative options for sslmode
Open
help wanted
- Dominant language
- TypeScript
- Stars
- 483
- Forks
- 145
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 65
Description
Currently with a service like tokens there is the variable
POSTGRES_SSL with options of "1" or "0"
and 1 will set the sslmode as 'require' as seen [here](https://github.com/graphql-hive/console/blob/main/packages/services/storage/src/db/utils.ts#L3), but i would like to use verify-ca for the sslmode
Contributor guide
Assessment
This issue has not been assessed yet.