You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/09/02 12:07:41 UTC

[jira] Commented: (CAMEL-2987) Allow encrypted passwords to be used in properties files

    [ https://issues.apache.org/activemq/browse/CAMEL-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61615#action_61615 ] 

Claus Ibsen commented on CAMEL-2987:
------------------------------------

Coordinate with Dejan as he starts working on this feature for ActiveMQ (AMQ-2460).

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