Skip to content

fix(server): add public /health endpoint for load balancer health checks - #140

Merged
santoshkumarradha merged 1 commit into
mainfrom
fix/add-public-health-endpoint
Jan 12, 2026
Merged

fix(server): add public /health endpoint for load balancer health checks#140
santoshkumarradha merged 1 commit into
mainfrom
fix/add-public-health-endpoint

Conversation

@santoshkumarradha

Copy link
Copy Markdown
Member

Summary

  • Add root-level /health endpoint that bypasses API key authentication
  • Enable load balancers and container orchestration platforms to perform health checks without credentials
  • Reuses existing healthCheckHandler which checks storage and cache health

Test plan

  • Deploy to staging and verify /health returns 200 OK without API key
  • Verify /api/v1/health still works as before
  • Verify other endpoints still require authentication

🤖 Generated with Claude Code

Add a root-level /health endpoint that bypasses API key authentication,
enabling load balancers and container orchestration platforms to perform
health checks without credentials.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@santoshkumarradha
santoshkumarradha merged commit a58c28a into main Jan 12, 2026
14 checks passed
@santoshkumarradha
santoshkumarradha deleted the fix/add-public-health-endpoint branch January 12, 2026 02:25
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