Re: REST API - Basic Authentication?

2020-05-13 Thread Alex Soto
I found a solution. See here: http://karaf.922171.n3.nabble.com/Basic-authentication-of-WAB-using-Jaas-in-Karaf-tp4058251p4058280.html Best regards, Alex soto > On May 13, 2020,

Re: REST API - Basic Authentication?

2020-05-13 Thread Jeremy Ross
I discovered that exchange headers are used for HTTP headers. Setting a header called `Authorization` on the exchange to `Basic ` worked for me. On Tue, May 12, 2020 at 11:55 AM Alex Soto wrote: > Hello, > > I am facing the same issue, using Camel Rest DSL on top of Servlet, > Blueprint,

Deprecation of camel-commands-jolokia

2020-05-13 Thread Chabot, Laurent
Dear Camel team, camel-commands-jolokia has been deprecated in 2.19.0 and now removed in Camel 3. Despite my best efforts, I haven't been able to find any explanation why. My team has been relying on it for a command-line management tool that we built so it's sad to see it go away. Any