sorintlab / stolon

PostgreSQL cloud native High Availability and more.
https://talk.stolon.io
Apache License 2.0
4.62k stars 443 forks source link

Support username and password authentication with etcdv3 backend #879

Open rg2011 opened 2 years ago

rg2011 commented 2 years ago

What would you like to be added:

Support username and password authentication with ETCD backend

Why is this needed:

ETCD supports username and password authentication since version 2.1, besides of (or on top of) certificates. Usernames and passwords are easier to manage than client certificates, so I think this would help users who want to connect stolon to an etcd cluster that has authentication enabled.