[
https://issues.apache.org/activemq/browse/CAMEL-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61684#action_61684
]
Claus Ibsen commented on CAMEL-2987:
------------------------------------
I got an initial code for #1, #2 and #3 committed to trunk.
I will continue to work a bit to have the moving parts working. Then I most
likely will leave parts of the actual JasyptComponent, JasyptEndpoint and the
JasyptProducer up in the air, in case you want to give a go.
> 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: 2.5.0
>
>
> 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.