Skip to content

fix: set password encryption default to scram-sha-256#2962

Merged
FxKu merged 4 commits into
zalando:masterfrom
kadaffy:fix/set-password-encryption-default-to-scram-sha-256
Jun 4, 2026
Merged

fix: set password encryption default to scram-sha-256#2962
FxKu merged 4 commits into
zalando:masterfrom
kadaffy:fix/set-password-encryption-default-to-scram-sha-256

Conversation

@kadaffy

@kadaffy kadaffy commented Oct 15, 2025

Copy link
Copy Markdown
Contributor

According to the Postgres official documentation, md5 passwords is deprecated in favor of scram-sha-256 encryption.

The change in this PR updates the default encryption to the new postgres default.

Documentation link: https://www.postgresql.org/docs/18/auth-password.html

Warning: Support for MD5-encrypted passwords is deprecated and will be removed in a future release of PostgreSQL.

According to the Postgres official documentation, md5 passwords is
deprecated in favor of scram-sha-256 encryption.

The change in this PR updates the default encryption to the new postgres
default.

Documentation link:  https://www.postgresql.org/docs/18/auth-password.html

>Warning: Support for MD5-encrypted passwords is deprecated and will be removed in a future release of PostgreSQL.

Signed-off-by: Kadaffy Talavera <kadtalavera@gmail.com>
@zalando-robot

Copy link
Copy Markdown

Cannot start a pipeline due to:

No accountable user for this pipeline: no Zalando employee associated to this GitHub username

Click on pipeline status check Details link below for more information.

@FxKu FxKu moved this to Waiting for review in Postgres Operator Oct 15, 2025
@FxKu FxKu added this to the 1.16.0 milestone Oct 15, 2025
Signed-off-by: Kadaffy Talavera <kadtalavera@gmail.com>
@zalando-robot

Copy link
Copy Markdown

Cannot start a pipeline due to:

No accountable user for this pipeline: no Zalando employee associated to this GitHub username

Click on pipeline status check Details link below for more information.

@FxKu FxKu requested a review from mikkeloscar as a code owner June 3, 2026 16:17
Comment thread docs/user.md Outdated
@FxKu

FxKu commented Jun 4, 2026

Copy link
Copy Markdown
Member

👍

@FxKu FxKu moved this from Waiting for review to Good state for merge in Postgres Operator Jun 4, 2026
@jopadi

jopadi commented Jun 4, 2026

Copy link
Copy Markdown
Member

👍

@FxKu FxKu merged commit 40b6c68 into zalando:master Jun 4, 2026
17 of 18 checks passed
@github-project-automation github-project-automation Bot moved this from Good state for merge to Done in Postgres Operator Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants