From 9fd8ea53908289a74b843488896a872e11bdad1f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 28 Apr 2017 22:16:11 -0700 Subject: [PATCH] cmd/route: XXX RIP --- cmd/route/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/route/main.go b/cmd/route/main.go index 61bc70d..26e36dc 100644 --- a/cmd/route/main.go +++ b/cmd/route/main.go @@ -140,6 +140,7 @@ func main() { creds := jwtcreds.NewFromToken(m.Get("password")) conn, err := grpc.Dial(*grpcServer, grpc.WithTransportCredentials(connCreds), + grpc.WithInsecure(), grpc.WithPerRPCCredentials(creds)) if err != nil { ln.Fatal(ln.F{"err": err, "action": "grpc.Dial"})