etcd: do not try authenticate when using embedded
This commit is contained in:
parent
5441c1bb6d
commit
282618441d
@ -99,8 +99,6 @@ func NewEmbeddedEtcdInstance(path string, clientPort, peerPort uint16) (
|
||||
|
||||
connConfig := &Config{
|
||||
Host: "http://" + clientURL,
|
||||
User: "user",
|
||||
Pass: "pass",
|
||||
InsecureSkipVerify: true,
|
||||
Namespace: defaultNamespace,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user