adutra opened a new pull request, #848:
URL: https://github.com/apache/polaris/pull/848

   ⚠️ Not ready for review. Requires #786.
   
   Fixes #819. 
   
   Summary of changes:
   
   * Vert.x route filters were converted to JAX-RS `ContainerRequestFilter`
   * New `RealmIdFilter` introduced
   * `RealmIdResolver` now can throw `NotAuthorizedException`
   * Added tests in `PolarisApplicationIntegrationTest`
   * Fixed default realm name in tests
   * Priorities were revisited, new order of execution is shown below:
   
   | Filter | Order | Priority |
   | ------|-----| --------|
   | `RealmIdFilter` | 1 | 900  |
   | `QuarkusLoggingMDCFilter` | 2 | 901 |
   | `QuarkusTracingFilter` | 3 | 902 |
   | `PolarisPrincipalAuthenticatorFilter` | 4 | 1000 |
   | `PolarisPrincipalRolesProviderFilter`  | 5 | 1001 |
   | `RateLimiterFilter` | 6 | 5000 |
   


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