jamesnetherton commented on issue #3353:
URL: https://github.com/apache/camel-quarkus/issues/3353#issuecomment-988572213


   There's a change coming in Camel 3.14.0 that should help with this scenario. 
In the `platform-http` route processor you will  be able to do:
   
   ```java
   QuarkusHttpUser user = 
exchange.getMessage().getHeader(VertxPlatformHttpConstants.AUTHENTICATED_USER, 
QuarkusHttpUser.class);
   ```
   
   Then you can access the `Principal` on the `user` object.


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