Browse Source

functional-tester/agent: add TODO for proxy TLS

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
a0b094ca89
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/functional-tester/agent/handler.go

+ 1 - 0
tools/functional-tester/agent/handler.go

@@ -118,6 +118,7 @@ func (srv *Server) handleInitialStartEtcd(req *rpcpb.Request) (*rpcpb.Response,
 	}, nil
 	}, nil
 }
 }
 
 
+// TODO: support TLS
 func (srv *Server) startProxy() error {
 func (srv *Server) startProxy() error {
 	if srv.Member.EtcdClientProxy {
 	if srv.Member.EtcdClientProxy {
 		advertiseClientURL, advertiseClientURLPort, err := getURLAndPort(srv.Member.Etcd.AdvertiseClientURLs[0])
 		advertiseClientURL, advertiseClientURLPort, err := getURLAndPort(srv.Member.Etcd.AdvertiseClientURLs[0])