Skip to content

feat(health): add consistent /health and /auth/health endpoints to provider API - #3023

Draft
goastler wants to merge 2 commits into
mainfrom
issue-1469-consistent-health-api
Draft

goastler wants to merge 2 commits into
mainfrom
issue-1469-consistent-health-api

Conversation

@goastler

Copy link
Copy Markdown
Member

Re-opens the work from #2579, which was merged and then backed out of main by #3018 so it could go back through review. Same branch, same commits.

goastler and others added 2 commits August 10, 2026 17:35
…ovider API

Adds HealthApiPaths enum, HealthResponse, and AuthHealthResponse types to
@prosopo/types. Implements GET /health (public) and GET /auth/health (JWT
auth) on the Provider API for consistent service health checks.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…by prefix

authHealthRouter declared its own "/auth" prefix while startProviderApi
mounted it at the root, so a second route added to it would have resolved
outside the auth middleware. Mount at "/auth" and declare "/health".

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant