etcd: do not try authenticate when using embedded

This commit is contained in:
Andras Banki-Horvath 2021-05-04 17:31:50 +02:00
parent 5441c1bb6d
commit 282618441d
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -99,8 +99,6 @@ func NewEmbeddedEtcdInstance(path string, clientPort, peerPort uint16) (
connConfig := &Config{ connConfig := &Config{
Host: "http://" + clientURL, Host: "http://" + clientURL,
User: "user",
Pass: "pass",
InsecureSkipVerify: true, InsecureSkipVerify: true,
Namespace: defaultNamespace, Namespace: defaultNamespace,
} }