Allow encrypted passwords to be used in properties files
--------------------------------------------------------

                 Key: CAMEL-2987
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2987
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: Future


We should add a feature to the properties component and simple language so it 
can resolve encrypted usernames/passwords etc.

We can use Jasypt as the library
http://www.jasypt.org/

And then add a prefix to the components component
{code}
foo.properties
username=#ENC#4fg48dgh58747f744#ENC#
{code}

Just figuring our what the prefix/suffix tokens should be. Most likely 
something better than {{#ENC#}}

The simple language could have a built in function for this as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to