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?