mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2025-06-28 18:53:08 +00:00
fix login with pg_hba.conf - it's not working with SCRAM-SHA-256 https://github.com/pgbouncer/pgbouncer/issues/774
This commit is contained in:
@ -1 +1 @@
|
||||
"{{ pgbouncer_postgresql_superuser_username }}" "{{ pgbouncer_postgresql_superuser_password_hash.query_result.0.passwd }}"
|
||||
"{{ pgbouncer_postgresql_superuser_username }}" "{{ pgbouncer_postgresql_superuser_password }}"
|
||||
|
Reference in New Issue
Block a user