Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/server / / createSecretsHealthRoutes
Function: createSecretsHealthRoutes()
ts
function createSecretsHealthRoutes(): Hono<{
Variables: ServerVariables;
}>;Defined in: packages/server/src/health/routes.ts:74
Authed health route. Mounted at ${base}/health/secrets AFTER the auth middleware so the scope check has a verified token to inspect. Returns the active secrets store + fallback chain + downgrade reason per the secrets capability matrix.
Returns
Hono<{ Variables: ServerVariables; }>