Re: how to hide user and password in sftp in for statement

2012-07-10 Thread Claus Ibsen
On Tue, Jul 10, 2012 at 6:06 PM, David Capwell wrote: > Ill try to setup jasypt to hide the password. > > Is there a way to paramiterize the from URI? I can see strings getting > longer and longer with only slight differences, so would be good to reuse. > When I was doing some digging I saw a wa

Re: how to hide user and password in sftp in for statement

2012-07-10 Thread David Capwell
Ill try to setup jasypt to hide the password. Is there a way to paramiterize the from URI? I can see strings getting longer and longer with only slight differences, so would be good to reuse. When I was doing some digging I saw a way in spring to have the from reference a bean, but in a non spri

Re: how to hide user and password in sftp in for statement

2012-07-07 Thread Claus Ibsen
Hi You can encrypt parameters of the endpoints using jasypt http://camel.apache.org/jasypt.html On Fri, Jul 6, 2012 at 10:16 PM, David Capwell wrote: > Hi, I am trying to use camel to get data out of an sftp end point. At the > moment I have two issues. First, I want to hide the username and

how to hide user and password in sftp in for statement

2012-07-06 Thread David Capwell
Hi, I am trying to use camel to get data out of an sftp end point. At the moment I have two issues. First, I want to hide the username and password. Second I would like to be able to reuse the uri and allow the sftp's directory to be paramiterized. Going over the docs online, I don't see a clear