vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.69k stars 411 forks source link

confd requires an additional 'basic_auth' flag for etcd authorization #475

Closed lavr closed 1 year ago

lavr commented 1 year ago

During detailed testing, it was found that the 'username' and 'password' parameters alone are insufficient for the proper operation of confd with etcd authentication. It is necessary to add the 'basic-auth' flag.

vitabaks commented 1 year ago

Thanks @lavr !