Yicong-Huang opened a new issue, #5559: URL: https://github.com/apache/texera/issues/5559
### Task Summary In `access-control-service/src/main/scala/org/apache/texera/service/resource/AccessControlResource.scala`, when `SecurityContext.getUserPrincipal` is already a `SessionUser` populated by `JwtAuthFilter`, reuse it instead of calling `JwtParser.parseToken` on the `Authorization` header value again. Fall back to the existing query/body token extraction only when `SecurityContext` is unauthenticated. ### Task Type - [x] Refactor / Cleanup -- 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]
