jamesnetherton opened a new issue, #7441:
URL: https://github.com/apache/camel-quarkus/issues/7441

   ### Describe the feature here
   
   Users sometimes ask whether there is any support for securing REST / 
Platform HTTP endpoints with Quarkus OIDC. I think it'd be worth investigating 
whether it works.
   
   Since it's all just Vert.x routes, I think the security parts should work 
OOTB. The Camel message exchange should get populated with a header containing 
a `QuarkusHttpUser`. From which we can get the `SecurityIdentity`, check the 
user name, assigned roles etc.
   
   Might be worth creating a example project for it and maybe adding a simple 
bean / processor that folks can use to do simple authentication checks in their 
routes.


-- 
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: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to