hapostgres / hapostgres/pg_auto_failover
issue with contrib module passwordcheck
Open
- Dominant language
- C
- Stars
- 1.4k
- Forks
- 142
- Avg merge
- 5h 8m
- Merged PRs (30d)
- 1
Description
Hello,
pg_autoctl create node breaks because of passwordcheck contrib module (it seems passwords for users created by pg_autoctl are the same as user name).
For security reasons we need this contribution.
Is there anyway to fix it?
example : Use always the same password (is the same security level of password=username) which you could created with openssl rand -hex 20, thus we could use strong password checks contributions like cracklib ).
Thank you.
Contributor guide
Assessment
This issue has not been assessed yet.