Skip to content

Commit 2494687

Browse files
committed
pgbouncer config: auth_type = scram-sha-256
1 parent dadbe87 commit 2494687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/deployment/charts/vela/templates/autoscaler

src/deployment/charts/vela/templates/autoscaler/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ data:
5353
client_tls_key_file = /vela/certs/tls.key
5454
client_tls_cert_file = /vela/certs/tls.crt
5555
client_tls_ca_file = /vela/certs/tls.crt
56-
auth_type = plain
56+
auth_type = scram-sha-256
5757
auth_file = /vela/config/users.txt
5858
auth_user = vela
5959
auth_query = SELECT * FROM pgbouncer.get_auth($1)

0 commit comments

Comments
 (0)