We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadbe87 commit 2494687Copy full SHA for 2494687
1 file changed
src/deployment/charts/vela/templates/autoscaler/config.yaml
@@ -53,7 +53,7 @@ data:
53
client_tls_key_file = /vela/certs/tls.key
54
client_tls_cert_file = /vela/certs/tls.crt
55
client_tls_ca_file = /vela/certs/tls.crt
56
- auth_type = plain
+ auth_type = scram-sha-256
57
auth_file = /vela/config/users.txt
58
auth_user = vela
59
auth_query = SELECT * FROM pgbouncer.get_auth($1)
0 commit comments