Files
wlan-cloud-helm/tip-wlan/charts/postgresql/files/pg_hba.conf
Rahul Sharma 3fbf0acbfa TW-858: Update Postgres Helm chart to support SSL
TW-859: Update Prov Helm chart for secure communication with Postgres

Besides the above, also fixed the Master to Slave replication and made sure it's also encrypted
2020-07-20 18:27:27 -04:00

3 lines
153 B
Plaintext

hostssl replication repl_user 0.0.0.0/0 md5 clientcert=1
hostssl postgres postgres 0.0.0.0/0 cert clientcert=1
hostssl all all 0.0.0.0/0 md5 clientcert=1