Authentication with username and password?
Open
- Dominant language
- Python
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I have remote etcd cluster running without TLS but authentication enabled.
I can use etcdctl client with authentication:
etcdctl --endpoints='etcd:2379' --user='root:passwd' get '/test_key'
**How to enable similar user/password authentication with etcetra client?**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.