Ma77Ball opened a new issue, #5333:
URL: https://github.com/apache/texera/issues/5333

   Part of #4070.
   
   ### Goal
   Add auth diagnostics without leaking secrets.
   
   ### Problem
   JWT auth outcomes and computing-unit access decisions were hard to trace; 
expected token failures were logged at ERROR (pageable noise).
   
   ### Scope
   - JwtAuthFilter success breadcrumb (uid only, never the token).
   - JwtParser parse failures downgraded ERROR -> WARN (forged/expired tokens 
are expected input).
   - ComputingUnitAccess logs the resolved access decision.
   - Non-functional; no behavior change.
   
   Branch: `chore/logging-common-auth`


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