Skip to content

HTTP health check endpoint for Docker container? e.g. /healthz (ideally for gRPC API) #1874

Answered by vroldanbet
theronic asked this question in Q&A
Discussion options

You must be logged in to vote

@theronic if you are doing GitHub Actions, we recommend using https://github.com/authzed/action-spicedb

Health endpoint is available at /healthz if you have the HTTP Gateway enabled.

SpiceDB does not expose an HTTP Health endpoint, it's using health/v1, the tool we typically use is https://github.com/grpc-ecosystem/grpc-health-probe, which the SpiceDB image ships with.

☝🏻 correcting my comment, I didn't know that the code wires the gRPC health endpoint via the HTTP Gateway

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jzelinskie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants