kragniz / python-etcd3

Python client for the etcd API v3
Apache License 2.0
430 stars 184 forks source link

Add support for Auth #98

Open davissp14 opened 7 years ago

davissp14 commented 7 years ago

Doesn't look like there's anyway to provide user credentials to the etcd.client object.

kragniz commented 7 years ago

Yeah, I'd like this to be added, it's the last big chunk of API coverage we're missing (see https://github.com/kragniz/python-etcd3/issues/50).

joe-pll commented 7 years ago

Hi, with my company we required to have authentication and users/roles methods. We implemented those, but we don't have time to write all the documentation and the tests. If you want to have look at it and maybe change what you need then I'll make the PR. Let me know.

https://github.com/TaDaweb/python-etcd3 branch 'authentication'