-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support $POSTGRESQL_PASSWORD_ENCRYPTION env var #244
Comments
See https://www.postgresql.org/docs/10/static/auth-methods.html#AUTH-PASSWORD Documentation for |
But, yeah - best leave it as an opt-in |
Could be added as an option for new instances. Let us try and take a look if we can introduce something in near future. |
any updates? the postgresql-container/16/root/usr/bin/run-postgresql Lines 23 to 28 in f4d56eb
|
After quick chat with @jesperpedersen, it sounds really desirable to have a way to setup "scram-sha-256" algorithm for
password_encryption
easily. It can not be set default since clients supporting this auth mechanism are not yet widespread, but per-deployment opt-in would be good.The text was updated successfully, but these errors were encountered: