Skip to content

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