소스 검색

Merge pull request #121 from Jimdo/etcd_auth

Add support for etcd authentication
Alexandre Beslic 9 년 전
부모
커밋
2d3c380c0f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libnetwork/internal/kvstore/kvstore.go

+ 2 - 0
libnetwork/internal/kvstore/kvstore.go

@@ -46,6 +46,8 @@ type Config struct {
 	ConnectionTimeout time.Duration
 	Bucket            string
 	PersistConnection bool
+	Username          string
+	Password          string
 }
 
 // ClientTLSConfig contains data for a Client TLS configuration in the form