jmpsec / osctrl

Fast and efficient osquery management
https://osctrl.net
MIT License
391 stars 51 forks source link

Postgres ssl connection string #523

Closed zhuoyuan-liu closed 1 month ago

zhuoyuan-liu commented 1 month ago

At the moment, the SSL connection for Postgres is fixed to be disabled. However, we would like to change it to require. Could we add a parameter to configure this db string?

javuto commented 1 month ago

This is a good idea, I have done it here: https://github.com/jmpsec/osctrl/pull/526