Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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