Just confirming that `/healthz` is available. ```...
# spicedb
b
Just confirming that
/healthz
is available.
Copy code
$ curl -i -H "Authorization: Bearer happylittlekey" -X GET localhost:8443/healthz
HTTP/1.1 503 Service Unavailable
Content-Type: application/json
Date: Fri, 03 Nov 2023 01:38:04 GMT
Content-Length: 57

{"code":14, "message":"status:NOT_SERVING", "details":[]}
3 Views