Skip to content

Add support for "all" address type in HBA file#1078

Merged
JelteF merged 1 commit intopgbouncer:masterfrom
tie:master
May 25, 2024
Merged

Add support for "all" address type in HBA file#1078
JelteF merged 1 commit intopgbouncer:masterfrom
tie:master

Conversation

@tie
Copy link
Contributor

@tie tie commented May 23, 2024

This change adds support for "all" address type in HBA file that matches both 0.0.0.0/0 and ::/0, similar to PostgreSQL HBA.

https://postgresql.org/docs/16/auth-pg-hba-conf.html#:~:text=You%20can%20also%20write%20all%20to%20match%20any%20IP%20address

This change adds support for "all" address type in HBA file that matches
both 0.0.0.0/0 and ::/0, similar to PostgreSQL HBA.

https://postgresql.org/docs/16/auth-pg-hba-conf.html#:~:text=You%20can%20also%20write%20all%20to%20match%20any%20IP%20address
@tie tie marked this pull request as ready for review May 23, 2024 19:12
@JelteF
Copy link
Member

JelteF commented May 25, 2024

Interesting, I honestly didn't even know that this keyword existed in the address column. Totally makes sense to support though. Thanks for the contribution.

@JelteF JelteF merged commit f06a8cb into pgbouncer:master May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants