saltstack-formulas / postgres-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
77 stars 283 forks source link

fix(method): md5 was depreciated in pg10 #316

Closed noelmcloughlin closed 3 years ago

noelmcloughlin commented 3 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

Yes

Related issues and/or pull requests

The formula default auth method is md5 but that is obsoleted in PG 10.

[WARNING ] The md5 password algorithm was deprecated in PostgreSQL 10

It's best to set default method to scram: https://www.postgresql.org/docs/11/auth-password.html

Describe the changes you're proposing

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

noelmcloughlin commented 3 years ago

closing as not passing CI.