You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/07/04 14:21:34 UTC

[jira] [Updated] (CAMEL-7548) Spring XML: Support {{ }} placeholder syntax inside pgp data format

     [ https://issues.apache.org/jira/browse/CAMEL-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-7548:
-------------------------------

    Fix Version/s: 2.14.0

> Spring XML: Support {{ }} placeholder syntax inside pgp data format
> -------------------------------------------------------------------
>
>                 Key: CAMEL-7548
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7548
>             Project: Camel
>          Issue Type: Improvement
>          Components:  camel-crypto
>    Affects Versions: 2.13.1
>            Reporter: Camel Guy
>            Priority: Minor
>             Fix For: 2.14.0
>
>
> I would like to do this:
> {noformat}
> <dataFormats>
>   <pgp id="decrypt" keyFileName="crypt-sec.asc"
>        keyUserid="{{user}}" password="{{password}}"/>
> </dataFormats>
> {noformat}
> Property placeholders are apparently not resolved inside <pgp>. Naturally, I want to use Jasypt to encrypt the password in the properties file.



--
This message was sent by Atlassian JIRA
(v6.2#6252)