Closed fe80 closed 2 years ago
Hello,
Since pg 10 you can use the sha256 password and that the default value with pg14.
I use a go program I've found for create this code https://github.com/supercaracal/scram-sha-256/blob/master/main.go
I've add too the test spec test for 2.5.7 (last ruby version of puppet6)
I've apply the same code on Puppet postgresql module https://github.com/puppetlabs/puppetlabs-postgresql/pull/1313
can you rebase? :-D
Hello,
Since pg 10 you can use the sha256 password and that the default value with pg14.
I use a go program I've found for create this code https://github.com/supercaracal/scram-sha-256/blob/master/main.go
I've add too the test spec test for 2.5.7 (last ruby version of puppet6)