Re: camel-spring-security feature

2022-08-26 Thread Jean-Baptiste Onofré
Hi, It seems spring-security version used is 4.x, whereas spring-securiy 5.x feature is available. I gonna take a look and fix the feature/bundles. Regards JB On Fri, Aug 26, 2022 at 11:16 AM BROUCKE Vincent < vincent.brou...@contractor.voo.be> wrote: > Hi, > > I would like t

Re: Spring security documentation

2017-11-16 Thread Andrea Cosentino
We are in the process of migrating the documentation to a new website. The official docs is now only in github https://github.com/apache/camel/blob/master/components/camel-spring-security/src/main/docs/spring-security.adoc There is an announce too in the homepage of camel site http

Spring security documentation

2017-11-16 Thread Knut-HÃ¥vard Aksnes
Some of the examples in http://camel.apache.org/spring-security.html doesn't show up other doesn't format as they should.

Securing rest dsl using Spring Security

2017-05-16 Thread contactreji
Hi guys Have anybody tried securing Springboot apps containing camel rest dsl (using spark ) based endpoints with spring security. Something like mentioned at https://g00glen00b.be/securing-your-rest-api-with-spring-security/ Is this possible? If so what are the steps I should be doing to

Spring security // on rest dsl

2017-01-04 Thread contactreji
Hi I am looking for a sample code which implements spring security policy on camel endpoints. I see all examples in documents are mostly xml dsl. http://camel.apache.org/spring-security-example.html Can someone post an example written in java dsl or preferable done in springboots? Reji

Re: Unit testing camel routes with Spring Security

2016-10-29 Thread Claus Ibsen
Do you mean using camel-spring-security? If so a good idea is to check the source code how it tests itself: https://github.com/apache/camel/tree/master/components/camel-spring-security On Fri, Oct 21, 2016 at 4:09 AM, aravind r wrote: > Hi All, > > Is there any test(in GitHub or tutoria

Unit testing camel routes with Spring Security

2016-10-20 Thread aravind r
Hi All, Is there any test(in GitHub or tutorial) that i can refer to test the routes with various USER Roles. I couldn't find any test online using the producer template injecting various roles. Please let me know. Regards, Aravind

Spring Security With Camel

2016-10-20 Thread aravind r
Hi All, We are using camel to build a back end Rest API layer. The security is handled by Spring Security. We don't have a dedicated authentication provider and we piggy back on a back end rest service to do the authentication. I have my own authentication manager and Authentication pro

Re: Exception when running camel-example-spring-security in apache-camel-2.17.3

2016-09-29 Thread udaraseneviratne
Thanks for the quick reply. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-when-running-camel-example-spring-security-in-apache-camel-2-17-3-tp5788226p5788229.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Exception when running camel-example-spring-security in apache-camel-2.17.3

2016-09-29 Thread Claus Ibsen
Hi Yeah I think its being fixed in the upcoming 2.18.0 release. On Fri, Sep 30, 2016 at 8:29 AM, udaraseneviratne wrote: > Out of the box, I am trying to run camel-example-spring-security in > apache-camel-2.17.3 release. My deploying steps aremvn clean installmvn > jetty:runHowe

Exception when running camel-example-spring-security in apache-camel-2.17.3

2016-09-29 Thread udaraseneviratne
Out of the box, I am trying to run camel-example-spring-security in apache-camel-2.17.3 release. My deploying steps aremvn clean installmvn jetty:runHowever I get following exception.2016-09-30 11:33:12,288 [main ] ERROR ContextLoader - Context initialization

Re: Can't make camel-example-spring-security works

2016-08-29 Thread olivier
> So, i've figured it out by myself. Here is the solution for those who > might > >> have the same issue. > >> > >> It seems Camel security 2.17.3 depends on Spring security 4.x...but the > >> camel-context spring security part of the example is written i

Re: Can't make camel-example-spring-security works

2016-08-22 Thread Claus Ibsen
gt;> It seems Camel security 2.17.3 depends on Spring security 4.x...but the >> camel-context spring security part of the example is written in Spring >> security 3.x, which produces the errors above, because, indeed, in Spring >> security 4.x, there is no more default constructor for

Re: Can't make camel-example-spring-security works

2016-08-19 Thread Claus Ibsen
or those who might > have the same issue. > > It seems Camel security 2.17.3 depends on Spring security 4.x...but the > camel-context spring security part of the example is written in Spring > security 3.x, which produces the errors above, because, indeed, in Spring > security 4.x

Re: Can't make camel-example-spring-security works

2016-08-19 Thread olivier
So, i've figured it out by myself. Here is the solution for those who might have the same issue. It seems Camel security 2.17.3 depends on Spring security 4.x...but the camel-context spring security part of the example is written in Spring security 3.x, which produces the errors above, be

Can't make camel-example-spring-security works

2016-08-17 Thread olivier
Hi, This is probably a basic issue but i'm not very familiar with neither Camel, nor Maven. I'm simply trying to run the camel-example-spring-security provided with Camel 2.17.3 version. I'm running Maven 3.2.3 with Java 1.8.0_101. In the instructions it says to run: mvn clean i

Re: How to get user in camel processor? (Spring security on REST Service + CXFRS Component)

2013-12-11 Thread Sergey Beryozkin
Hi On 11/12/13 16:56, M314 wrote: I use Spring security to protect access to rest service on server. Application use Camel framework to handle request/messages. So when request pass though spring security, then camel transform it to the Exchange class (I'm using CXFRS Component for that)

How to get user in camel processor? (Spring security on REST Service + CXFRS Component)

2013-12-11 Thread M314
I use Spring security to protect access to rest service on server. Application use Camel framework to handle request/messages. So when request pass though spring security, then camel transform it to the Exchange class (I'm using CXFRS Component for that), and further processing is prepar

Re: using spring security in java DSL

2012-09-17 Thread Claus Ibsen
On Mon, Sep 17, 2012 at 4:04 PM, Alexander Kaiser wrote: > Hi, > > does anyone know whether it is possible to use a setup with spring-security > as explained at http://camel.apache.org/spring-security.html from a route > defined in java DSL? > Yes it doesnt matter if the route

Re: Camel-Spring-Security with CXF Web Service does not receive Authentication header

2012-08-26 Thread Willem jiang
On Monday, August 27, 2012 at 12:28 AM, dm...@gmx.de wrote: > Hello again, > > as before: I'm using Camel 2.10.0 (Java 1.6), and I'm having two issues with > the Camel-Spring-Security component. > > The first one should be an easy one. It seems like the follow

Camel-Spring-Security with CXF Web Service does not receive Authentication header

2012-08-26 Thread dms79
Hello again, as before: I'm using Camel 2.10.0 (Java 1.6), and I'm having two issues with the Camel-Spring-Security component. The first one should be an easy one. It seems like the following dependency is missing when adding camel-spring-security

Re: Spring Security

2010-09-19 Thread Willem Jiang
Hi, Can you try to use the Fuse ESB 4.3.0, Camel 2.4-fuse was shipped with it. Willem On 9/18/10 6:46 AM, Hossein wrote: Unfortunately, that won't work us. We have to use official released versions, which currently is fuse-4.2 which includes camel 2.2. Any other suggestions / doc reference i

Re: Spring Security

2010-09-17 Thread Claus Ibsen
self. Or get a support contract with FuseSource which can help you with an official supported version which includes the Spring Security integration. > Thanks > -- > View this message in context: > http://camel.465427.n5.nabble.com/Spring-Security-tp2843847p2844396.html > Se

Re: Spring Security

2010-09-17 Thread Hossein
Unfortunately, that won't work us. We have to use official released versions, which currently is fuse-4.2 which includes camel 2.2. Any other suggestions / doc reference is greatly appreciated. Thanks Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Spring-Sec

Re: Spring Security

2010-09-17 Thread Claus Ibsen
webservice. Is spring security available for camel 2.2? If not any > suggestions on how to authorize and authenticate users? > > Thanks in advance > -- > View this message in context: > http://camel.465427.n5.nabble.com/Spring-Security-tp2843847p2843847.html > Sent from the Ca

Spring Security

2010-09-17 Thread Hossein
Hello, I'm using camel 2.2 and need to implement security for invoking my webservice. Is spring security available for camel 2.2? If not any suggestions on how to authorize and authenticate users? Thanks in advance -- View this message in context: http://camel.465427.n5.nabble.com/S