|
@@ -102,7 +102,7 @@ func AuthUnaryInterceptor(ctx gcontext.Context, req interface{}, info *grpc.Unar
|
|
|
case "/pb.NetworkService/Dissociate":
|
|
case "/pb.NetworkService/Dissociate":
|
|
|
return authRequired(ctx, req, handler)
|
|
return authRequired(ctx, req, handler)
|
|
|
default:
|
|
default:
|
|
|
- logrus.Debugln("rpc: auth is not required for this endpoint: '%s'", info.FullMethod)
|
|
|
|
|
|
|
+ logrus.Debugf("rpc: auth not required for endpoint: '%s'", info.FullMethod)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
return handler(ctx, req)
|
|
return handler(ctx, req)
|