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 2020/08/07 10:17:00 UTC

[jira] [Updated] (CAMEL-15368) Camel-Main: Support raw syntax or being able to detect secret

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

Claus Ibsen updated CAMEL-15368:
--------------------------------
    Fix Version/s: 3.5.0

> Camel-Main: Support raw syntax or being able to detect secret
> -------------------------------------------------------------
>
>                 Key: CAMEL-15368
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15368
>             Project: Camel
>          Issue Type: Task
>          Components: camel-main
>            Reporter: Andrea Cosentino
>            Priority: Major
>             Fix For: 3.5.0
>
>
> This comes from ckc
> [https://github.com/apache/camel-kafka-connector/issues/319]
> Basically we could something like
>  
> password=#mypass
> camel.beans.mypass = class:java.lang.String("secret password here")
>  
> But it would be much better to detect secret attribute from catalog and doing something like
>  
> camel.xxxx.password = secret:myPass+w0r!d*)here123
>  
> and then apply RAW to this
>  
> [~davsclaus]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)