diff --git a/management/internals/shared/grpc/proxy.go b/management/internals/shared/grpc/proxy.go index 9e40a1c2b..066b3b26e 100644 --- a/management/internals/shared/grpc/proxy.go +++ b/management/internals/shared/grpc/proxy.go @@ -157,10 +157,11 @@ func (s *ProxyServiceServer) sendSnapshot(ctx context.Context, conn *proxyConnec // We don't care about disabled reverse proxy targets for snapshots. continue } - // todo: review this fix + + // Default to a top level path (routes all paths) if no path is defined. path := "/" if t.Path != nil { - path = "/" + path = *t.Path } paths = append(paths, &proto.PathMapping{