The Signadot Routes API provides access to routing rules pertinent to Signadot Sandboxes on a cluster with the Signadot Operator (>= v0.15.0) installed. Effective use of the Routes API requires an understanding of Sandbox Routing.
The Signadot Operator packages a routeserver deployment and service in the
signadot
namespace, running a GRPC service at
routeserver.signadot.svc:7777
and a corresponding HTTP service at
routeserver.signadot.svc:7778
.
This repository hosts
- The GRPC service definition.
- The HTTP openapi spec and corresponding docs.
- A Go client with supporting libraries and a command for querying the gRPC and HTTP services.
- Example applications with message queues.
- Documentation