yandex / odyssey

Scalable PostgreSQL connection pooler
BSD 3-Clause "New" or "Revised" License
3.21k stars 164 forks source link

Any news on HBA access control? #75

Open alexign opened 5 years ago

alexign commented 5 years ago

Subj.

pmwkaa commented 5 years ago

Hey, are you referencing to the password file support or is this something else?

alexign commented 5 years ago

Hi! Im about access restriction by say network/ip addresses. Same as pgbouncer auth_type = hba parameter that allow to use some sort of pg hba.conf with some restriction.

pmwkaa commented 5 years ago

I see, thanks. Can you please elaborate a bit about why you prefer it to be done specifically using hba. Is it because it will allow a seamless transition between PgBouncer in your infrastructure or you are using the same way for Postgresql as well?

alexign commented 5 years ago

Thats because I didnt find how to restrict access by networl/ip in odyssey config =)).