crossbario / txaio-etcd

A Twisted client for etcd3
MIT License
14 stars 6 forks source link

Support basic authentication #10

Open oberstet opened 7 years ago

oberstet commented 7 years ago

v2 Auth Basic Auth

We only support Basic Auth for the first version. Client needs to attach the basic auth to the HTTP Authorization Header.

https://coreos.com/etcd/docs/latest/v2/auth_api.html

oberstet commented 7 years ago

Another option would be via local Unix domain socket listening paths and filesystem permissions.