We've got Postgres 11 server and Kerberos authentication. My teammates asked to find out if we can also use pg_bouncer with Kerberos. Does anyone use with combination (Kerberos + pg_bouncer). Or where can I find settings?
Asked
Active
Viewed 84 times
0
-
1You can find settings in the docs (https://www.pgbouncer.org/config.html). It doesn't included any for kerberos, so I would say it is not implemented. That would be an odd thing to leave undocumented. – jjanes Dec 26 '22 at 14:17
-
Yeahh...found this discussion https://github.com/pgbouncer/pgbouncer/issues/318 It is not said that it is impossible) . Even somebody made something, but not finished) – Gerzzog Dec 26 '22 at 15:11