CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.01k stars 328 forks source link

Select password encryption method during cluster bootstrap #1349

Closed jkatz closed 3 years ago

jkatz commented 3 years ago

This adds the PGHA_PASSWORD_TYPE environmental variable that allows the toggling of password encryption (hashing) method to be set across all Postgres instances during a cluster bootstrap.

Issue: [ch11049]