ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
850 stars 573 forks source link

Fix incorrect value password_encryption for >10 #396

Closed kravietz closed 4 years ago

kravietz commented 5 years ago

In >=10 the password_encryption option is no longer a boolean, but rather should explicitly specify the password encryption algorithm. If you migrated to SCRAM-SHA256 the current seting will revert it back to MD5. This fix will set the configured value for >=10.

rbjorklin commented 5 years ago

Is this or #368 the preferred way?

kravietz commented 4 years ago

@rbjorklin #368 is simpler so I'd just go for that PR.