markhoerth commented on PR #10840:
URL: https://github.com/apache/gravitino/pull/10840#issuecomment-4293757144

   Added /health and /health.html as root-level servlet aliases that forward to 
/api/health. These satisfy enterprise GTM onboarding standards that hardcode 
well-known root-level health paths (confirmed with an enterprise customer whose 
GTM standard requires this). The canonical endpoint remains /api/health; 
aliases are a thin compatibility layer. Root-level paths are outside the /api/* 
spec the auth filter is registered on, so no additional filter changes needed. 
All 5 endpoints verified returning 200 with expected JSON bodies on a local 
build.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to