XN137 opened a new pull request, #2932: URL: https://github.com/apache/polaris/pull/2932
WIP as based on `https://github.com/apache/polaris/pull/2925` currently the general idea is that `SecurityContext` comes from `jakarta.ws.rs` and there is no reason for non-rest related classes to deal with those details. instead, once preprocessing of a rest-request has inferred the `PolarisPrincipal` all inner/core code should rely on only that. Note that this simplifies a bunch of tests that had to create `SecurityContext` around the principal that they wanted to use, thus leaving open the question how to implement `isUserInRole` and the like. -- 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]
