Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Unknown
Description
CAMEL-18370 is related to this because the kamelet parameters become URI parameters to the kamelet, which means that sensitive data such as username, passwords must be protected by RAW() style to allow special chars such as + to keep being +.
We could for yaml-dsl then build the uri parameters in a special way where we store this as a bean (Map) and then let camel-kamelet lookup this bean via an uuid, and then grab the data as-is to be used.
However this is a bit special when using yaml-dsl that can define endpoint parameters in a special map like way.
Attachments
Issue Links
- is related to
-
CAMEL-18370 Bidning properties to route template local beans do not honor RAW()
- Resolved
-
CAMEL-16403 camel-core - URI parsing sensitive keys
- Open