Skip to content

Commit 55358c9

Browse files
committed
Switch to scram-sha-256 in pgbouncer.ini
In Postgres 14+, the default password encryption is scram-sha-256, not md5. Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 42ec9c3 commit 55358c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vertx-pg-client/src/test/resources/pgBouncer/pgbouncer.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[pgbouncer]
55
listen_addr = 0.0.0.0
66
listen_port = 6432
7-
auth_type = md5
7+
auth_type = scram-sha-256
88
auth_file = /etc/pgbouncer/userlist.txt
99
pool_mode = transaction
1010
max_client_conn = 2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"postgres" "md53175bce1d3201d16594cebf9d7eb3f9d"
1+
"postgres" "postgres"

0 commit comments

Comments
 (0)