zhang-arvin opened a new pull request, #12779:
URL: https://github.com/apache/gravitino/pull/12779

   Fixes #12760: Servlets registered outside the /api/* pathspec (such as 
/configs, /health/*) receive no authentication, audit, or versioning filters.
   
   ### Changes
   
   - Widen filter pathspec from /api/* to /* so all servlets are covered
   - Add / and /ui/* to HealthCheckPathMatcher to maintain Web UI accessibility 
without authentication
   
   ### Security Impact
   
   Previously, endpoints like /configs and /configs/secrets/providers were 
accessible without any authentication. This fix ensures all servlets go through 
the authentication filter chain.


-- 
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