Browse Source

etcd: do not try authenticate when using embedded

master
Andras Banki-Horvath 3 years ago
parent
commit
282618441d
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8
  1. 2
      channeldb/kvdb/etcd/embed.go

2
channeldb/kvdb/etcd/embed.go

@ -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…
Cancel
Save