Skip to content

Commit

Permalink
functional-tester/agent: add TODO for proxy TLS
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Apr 5, 2018
1 parent 01f8296 commit 1ce3c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/functional-tester/agent/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 1ce3c2e

Please sign in to comment.