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
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
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
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