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-rest-dsl-routes-tp5768125p5768287.html
Sent from the Camel - Users mailing list archive at Nabble.com.


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 dmo...@katasi.com 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 using jetty:

 http://www.mooreds.com/wordpress/archives/2065

 Would love any feedback.

 Thanks,
 Dan



-- 
Claus Ibsen
-
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/


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 dmo...@katasi.com 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 using jetty:

 http://www.mooreds.com/wordpress/archives/2065

 Would love any feedback.

 Thanks,
 Dan



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