Skip to content

feat: Make the used password algorithm configurable #78

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ZPascal
Copy link
Contributor

@ZPascal ZPascal commented Jul 13, 2024

Description:
The PR makes password_encryption method centrally configurable within the Bosh release

TODO:

  • Create a dev release
  • Test the dev release with psql

@@ -69,6 +69,9 @@ properties:
databases.max_connections:
description: "Maximum number of database connections"
default: 500
databases.password_authentication_algorithm:
description: "Defines the central algorithm for encrypting passwords e.g. md5 or scram-sha-256"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default used to be md5. Now it's scram-sha-256. The PR description states that the algorithm is now configurable. It's not that the default has been changed.
Will other users of this release experience problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants