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/07 09:22:41 UTC

[jira] Resolved: (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:all-tabpanel ]

Claus Ibsen resolved CAMEL-2987.
--------------------------------

    Resolution: Fixed

Added feature for camel-jasypt

trunk: 993248.

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