dev4devs-com / postgresql-operator

Operator in Go developed using the Operator Framework to package, install, configure and manage a PostgreSQL database.
Apache License 2.0
29 stars 15 forks source link

SSL connection config #67

Closed ykoyfman closed 4 years ago

ykoyfman commented 4 years ago

Question

Is SSL connection a configurable parameter when creating a postgres instance with this operator?

What did you do?

Deployed with default parameters, and I'm unable to connect with a client that requires SSL connections.

camilamacedo86 commented 4 years ago

Currently not, however, please feel free to contribute with. PR's are very welcome 👍