Re: using basic auth to protect camel rest dsl routes

2015-06-15 Thread Karts
This is useful, but can we do rest dsl route level authentication with embedded jetty? I was only able to do this with restlet in a jetty container, following the spring security example. -- View this message in context: http://camel.465427.n5.nabble.com/using-basic-auth-to-protect-camel

Re: using basic auth to protect camel rest dsl routes

2015-06-13 Thread Claus Ibsen
Hi Thanks for sharing this blog. I am adding a link to it from our articles page http://camel.apache.org/articles On Fri, Jun 12, 2015 at 7:13 AM, Dan Moore wrote: > Hi folks, > > After banging my head for a bit, I wrote a blog post about using basic auth > to protect rest dsl routes served usin

Re: using basic auth to protect camel rest dsl routes

2015-06-12 Thread Dan Moore
Hi folks, I also ended up using Spring Security for basic auth as well, and documented how to do so on this SO question: http://stackoverflow.com/a/30809119/203619 On Thu, Jun 11, 2015 at 11:13 PM, Dan Moore wrote: > Hi folks, > > After banging my head for a bit, I wrote a blog post about using

using basic auth to protect camel rest dsl routes

2015-06-11 Thread Dan Moore
Hi folks, After banging my head for a bit, I wrote a blog post about using basic auth to protect rest dsl routes served using jetty: http://www.mooreds.com/wordpress/archives/2065 Would love any feedback. Thanks, Dan