Update healthcheck for local playground #3190
Labels
good first issue
Good for newcomers
pkg: backend
Changes in the backend package.
type: localenv
Local playground
Context
Now that we added required authentication to the Admin API, our
backend
healthcheck when starting up the local environment is failing (since the request returns 401).What we should do is add a
/healthz
route to the backend Admin API (similar to the Open Payments API) before the GraphQL resolvers are added and use that instead in the docker compose files for the local environment.Slack Message
Todo
healthz
route to Admin API before the resolvers are registeredbackend
s to usehealthz
Admin API routeThe text was updated successfully, but these errors were encountered: