{ "opencollection": "1.0.0", "info": { "name": "SPIRE Check Discovery Health API", "version": "1.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "SPIRE Liveness probe", "type": "http" }, "http": { "method": "GET", "url": "http://{bind_address}:{bind_port}/live" }, "docs": "Returns HTTP 200 if the SPIRE component process is alive and running. A non-200 response or connection failure indicates the process should be restarted. This endpoint is suitable for use as a Kubernetes livenessProbe. The path can be customized via the live_path configuration option (default: /live)." }, { "info": { "name": "SPIRE Readiness probe", "type": "http" }, "http": { "method": "GET", "url": "http://{bind_address}:{bind_port}/ready" }, "docs": "Returns HTTP 200 if the SPIRE component is ready to serve requests. For the SPIRE Server, readiness indicates the server has completed initialization and can accept gRPC connections from agents and administrators. For the SPIRE Agent, readiness indicates it has successfully attested to the server and is able to serve the Workload API. The path can be customized via the ready_path configuration option (default: /ready)." } ] } ], "bundled": true }