Promote dev to UAT: GRO-1566 auth bypass fix #62

Merged
The Dogfather merged 2 commits from dev into uat 2026-05-22 22:39:58 +00:00
Member

Promotion PR from dev to uat branch.

Includes: fix(GRO-1566): bypass auth for /api/health endpoint

cc @cpfarhood

Promotion PR from dev to uat branch. Includes: fix(GRO-1566): bypass auth for /api/health endpoint cc @cpfarhood
The Dogfather added 2 commits 2026-05-22 22:39:51 +00:00
fix(GRO-1566): bypass auth for /api/health endpoint on UAT
CI / Lint & Typecheck (pull_request) Failing after 1m27s
CI / Test (pull_request) Failing after 1m38s
CI / Build & Push Docker Images (pull_request) Has been skipped
3b9c72c2c4
The /api/health endpoint returns 401 on UAT because authMiddleware
was not skipping it — the health check was registered on the Hono app
instance (not the api sub-router), placing it below authMiddleware on
the base app. The fix adds /api/health to the auth skip list alongside
/api/auth/.

The /health endpoint (registered at app level, above all middleware)
correctly returns 200. The /api/health endpoint must also be public
since the task requires confirming it returns 200.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Merge pull request 'fix(GRO-1566): bypass auth for /api/health endpoint on UAT' (#61) from fix/gro-1566-api-health-auth-bypass into dev
CI / Test (push) Failing after 1m33s
CI / Lint & Typecheck (push) Failing after 1m39s
CI / Build & Push Docker Images (push) Has been skipped
ea28095434
The Dogfather merged commit 00c6a36021 into uat 2026-05-22 22:39:58 +00:00
Sign in to join this conversation.