[
https://issues.apache.org/activemq/browse/CAMEL-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61683#action_61683
]
Claus Ibsen commented on CAMEL-2987:
------------------------------------
Ashwin I got start a bit on this and I got a #4 done with a little tooling to
allow end users to create the encrypted values.
I will integrate this with the properties component in a pluggable fashion,
then we got the important pieces in place.
Then its easier for you to help, for example by creating the Camel component of
jasypt which can be used in the routes. (eg to("jasypt:xxxx").
> 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
> Assignee: Ashwin Karpe
> 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.