deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 21 forks source link

Add SSL support #66

Closed krancour closed 5 years ago

krancour commented 8 years ago

I'm speaking simply of encrypting traffic to the db... not mutual auth via client certs. This is fairly easy to do in Postgres. All that is likely required here is to mount a k8s secret containing the cert and private key and then use that if it exists / isn't empty.