Skip to content
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

[bitnami/pgbouncer] Add PGBOUNCER_AUTH_IDENT_FILE #75939

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

Conversation

cbroglie
Copy link

Description of the change

This adds support for user name maps via auth_ident_file.

Benefits

Postgres supports user name maps[1] for cert and peer authentication methods, and support for the functionality was recently added to pgbouncer[2].

  1. https://www.postgresql.org/docs/current/auth-username-maps.html
  2. Introduce auth_ident_file setting and enhance cert and peer auth methods with user name maps pgbouncer/pgbouncer#996

Possible drawbacks

None. This is an optional feature which is disabled by default.

This adds support for user name maps via auth_ident_file.

cf: pgbouncer/pgbouncer#996

Signed-off-by: Christopher Broglie <[email protected]>
@github-actions github-actions bot added pgbouncer triage Triage is needed labels Dec 31, 2024
@github-actions github-actions bot requested a review from carrodher December 31, 2024 22:42
@carrodher carrodher added verify Execute verification workflow for these changes in-progress labels Jan 2, 2025
@github-actions github-actions bot removed the triage Triage is needed label Jan 2, 2025
@github-actions github-actions bot removed the request for review from carrodher January 2, 2025 08:32
@github-actions github-actions bot requested a review from jotamartos January 2, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress pgbouncer verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants