Skip to content

fix: add /api/health/ready to public routes for Docker healthcheck#77

Merged
steilerDev merged 1 commit into
betafrom
fix/docker-healthcheck-auth
Feb 16, 2026
Merged

fix: add /api/health/ready to public routes for Docker healthcheck#77
steilerDev merged 1 commit into
betafrom
fix/docker-healthcheck-auth

Conversation

@steilerDev
Copy link
Copy Markdown
Owner

Summary

  • The Dockerfile healthcheck uses /api/health/ready, but this endpoint was missing from the PUBLIC_ROUTES set in the auth plugin, causing the auth middleware to reject the unauthenticated probe with a 401
  • Added /api/health/ready to PUBLIC_ROUTES so container orchestrators and load balancers can reach the readiness endpoint without authentication

Test plan

  • npm test — 614 tests pass across 34 suites
  • npm run typecheck — clean across all workspaces
  • npm run lint — clean

🤖 Generated with Claude Code

The Dockerfile healthcheck uses /api/health/ready, but this endpoint was
not in the PUBLIC_ROUTES set in the auth plugin. The auth middleware
rejected unauthenticated requests, causing the container to always report
unhealthy. Health/readiness probes are infrastructure endpoints and should
not require authentication.

Co-Authored-By: Claude orchestrator (Opus 4.6) <noreply@anthropic.com>
@steilerDev steilerDev merged commit 0739f0d into beta Feb 16, 2026
4 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.7.0-beta.16 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@steilerDev steilerDev deleted the fix/docker-healthcheck-auth branch February 19, 2026 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants