OS2iot / OS2iot-backend

This repository contains the backend to the project OS2iot.
Mozilla Public License 2.0
10 stars 7 forks source link

Implement SSL support in Postgres connector config #114

Closed marcinkoperski closed 2 years ago

Joiversen commented 3 years ago

Thank you for contributing @marcinkoperski. We appreciate it!

I have added your issue to OS2iot's backlog in Jira, from where it will be handled.

MadsSvejstrup commented 3 years ago

Hi @marcinkoperski

Can you please elaborate a bit on this request?

What use case are you envisioning and what connector config you are referring to?

marcinkoperski commented 3 years ago

@MadsSvejstrup Currently it's not possible to enable SSL on connection to Postgres: https://github.com/OS2iot/OS2IoT-backend/blob/master/src/modules/app.module.ts#L43

MadsSvejstrup commented 3 years ago

Alright that makes sense, thank you!

We'll look into it.