bcgov/indy-tails-server

Add a /health endpoint

Open

#5 opened on May 16, 2020

 (0 comments) (0 reactions) (0 assignees)Python (54 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (29 stars)
PR merge metrics
 (PR metrics pending)

Description

Please add a /health endpoint that we can use for readiness and liveness probes in OpenShift.

The endpoint should perform a meaningful health check on the server's services and return a 200 OK response if all is well.

Contributor guide