Explorar el Código

functional-tester/agent: add TODO for proxy TLS

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee hace 8 años
padre
commit
a0b094ca89
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
 }
 
+// TODO: support TLS
 func (srv *Server) startProxy() error {
 	if srv.Member.EtcdClientProxy {
 		advertiseClientURL, advertiseClientURLPort, err := getURLAndPort(srv.Member.Etcd.AdvertiseClientURLs[0])