feat(pgbouncer): make more auth-related parameters configurable#8674
Merged
armru merged 1 commit intocloudnative-pg:mainfrom Sep 29, 2025
Merged
feat(pgbouncer): make more auth-related parameters configurable#8674armru merged 1 commit intocloudnative-pg:mainfrom
armru merged 1 commit intocloudnative-pg:mainfrom
Conversation
Contributor
|
❗ By default, the pull request is configured to backport to all release branches.
|
gbartolini
approved these changes
Sep 28, 2025
armru
approved these changes
Sep 29, 2025
bcfd310 to
ed71ad3
Compare
Member
|
/test limit=local |
Contributor
|
@armru, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/18093936518 |
Users can now customize the `auth_type`, `server_tls_sslmode`, and `client_tls_sslmode` parameters, which were previously hardcoded by the operator. The former hardcoded values are now used as defaults, but can be overridden as needed. Closes: cloudnative-pg#8673 Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
ed71ad3 to
ffaa5fd
Compare
cnpg-bot
pushed a commit
that referenced
this pull request
Sep 29, 2025
The operator now allows overriding `auth_type`, `server_tls_sslmode`, and `client_tls_sslmode`, which were previously hardcoded. Default values remain aligned with the former hardcoded settings, but can be customised when needed. Closes: #8673 Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> (cherry picked from commit 5d2c596)
cnpg-bot
pushed a commit
that referenced
this pull request
Sep 29, 2025
The operator now allows overriding `auth_type`, `server_tls_sslmode`, and `client_tls_sslmode`, which were previously hardcoded. Default values remain aligned with the former hardcoded settings, but can be customised when needed. Closes: #8673 Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> (cherry picked from commit 5d2c596)
cnpg-bot
pushed a commit
that referenced
this pull request
Sep 29, 2025
The operator now allows overriding `auth_type`, `server_tls_sslmode`, and `client_tls_sslmode`, which were previously hardcoded. Default values remain aligned with the former hardcoded settings, but can be customised when needed. Closes: #8673 Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> (cherry picked from commit 5d2c596)
Contributor
|
(this should not have been backported ... but it is harmless) |
rossigee
pushed a commit
to rossigee/cloudnative-pg
that referenced
this pull request
Oct 2, 2025
…dnative-pg#8674) The operator now allows overriding `auth_type`, `server_tls_sslmode`, and `client_tls_sslmode`, which were previously hardcoded. Default values remain aligned with the former hardcoded settings, but can be customised when needed. Closes: cloudnative-pg#8673 Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
THE-BRAHMA
pushed a commit
to THE-BRAHMA/cloudnative-pg
that referenced
this pull request
Oct 30, 2025
…dnative-pg#8674) The operator now allows overriding `auth_type`, `server_tls_sslmode`, and `client_tls_sslmode`, which were previously hardcoded. Default values remain aligned with the former hardcoded settings, but can be customised when needed. Closes: cloudnative-pg#8673 Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com> Signed-off-by: theBrahma <office.utpal.brahma@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The operator now allows overriding
auth_type,server_tls_sslmode, andclient_tls_sslmode, which were previously hardcoded.Default values remain aligned with the former hardcoded settings, but can be customised when needed.
Closes: #8673