Page MenuHomePhabricator

Postgres puppet modules use MD5 for users by default
Closed, ResolvedPublic

Description

Currently we use md5 passwords for new postgres users. This is obviously not ideal but has largely been the standard for postgres users historically. Postgres allows the use of SCRAM-SHA-256 and we use Postgres 11 across the board on maps, netbox and puppetdb. The challenge is figuring out whether our clients will support this authentication method, and if not trying to move them towards supporting them.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
jbond triaged this task as Medium priority.Feb 16 2022, 4:55 PM
jbond added a project: Puppet.

@hnowlan i did some patches to add support for this with the puppetdb upgrade. it no longer suports password changes but it dose allow us to get a build (allthough i think there may be some lingering issues)

jbond claimed this task.

going to close this as i think its resolved but please reopen if not