Skip to content

Introducing configurable ssl options for external postgres databases

Johann Wagner requested to merge johannwagner/gitlab:feature/sslmode into master

We added an option to configure sslmode in the postgres client. We also do not add the certificate files to the containers, if they are not given. This allows us to configure the postgres connection indivudally.

Fixes #1817

Merge request reports