Accepts GET requests to download a file (currently limited to tables in html, xlsx or csv format),
retrieves the definition of the file from the content server (Zebedee),
makes a POST request to the renderer service and returns the response to the user.
Getting started
make debug
Environment variable
Default
Description
BIND_ADDR
:23400
The host and port to bind to
CORS_ALLOWED_ORIGINS
*
The allowed origins for CORS requests
SHUTDOWN_TIMEOUT
5s
The graceful shutdown timeout (time.Duration format)
HEALTHCHECK_INTERVAL
30 seconds
Interval between health checks
HEALTHCHECK_CRITICAL_TIMEOUT
90 seconds
Amount of time to pass since last healthy health check to be deemed a critical failure