Hi,
I would like to start a discussion around the following point as it does
not seem obvious to find an answer. To authenticate a HTTP user with
camel on Karaf we can use the component camel-jetty and camel-servlet.
Jetty + JAAS + camel can be easily configured using Spring beans +
securityHandler with camel but this does not seem the case with
camel-servlet.
The component camel-servlet does not accept as parameter a handler(s)
for Jetty. This is normal as camel can be deployed in different
Application Servers which are not build with Jetty. So what
alternative(s) exist to configure camel-servlet with Jetty + JAAS on
Karaf ? Using jetty.xml (in etc folder) but how to link camel servlet
with jetty security handler ?
Regards,
Charles
- Jetty + security + camel servlet Charles Moulliard
-