I just realized today that I can connect to my pgbouncer with the wrong password.
I did try without going through port 5432 (directly to postgresql) and I do get a password authentication error, but when I use port 6432 (going through pgbouncer) the connection is successful even with the wrong password.
As for my Pgbouncer configuration, my userlist.txt
looks like below
"db1" "mypass"
"db2" "mypass"
Any idea what the problem could be here?