You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/20 08:59:18 UTC

[GitHub] [apisix-dashboard] qiqizjl commented on a change in pull request #811: feat: support etcd username&&password

qiqizjl commented on a change in pull request #811:
URL: https://github.com/apache/apisix-dashboard/pull/811#discussion_r527537567



##########
File path: api/internal/core/storage/etcd.go
##########
@@ -32,11 +32,16 @@ var (
 type EtcdV3Storage struct {
 }
 
-func InitETCDClient(endpoints []string) error {
-	cli, err := clientv3.New(clientv3.Config{
+func InitETCDClient(endpoints []string, username, password string) error {

Review comment:
       username string,password string = username,password string




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org