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

Camel Guy updated CAMEL-7548:
-----------------------------

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

  was:
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> (I tried). 
Naturally, I want to use Jasypt to encrypt the password in the properties file.


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

Reply via email to