nicolaferraro opened a new issue #1928: URL: https://github.com/apache/camel-k/issues/1928
People can use this syntax to create a specific Kamelet configuration: ``` from("kamelet:mykamelet/myid")... ``` Then they can set properties like `camel.kamelet.mykamelet.myid.xxx=yyy`, where `xxx` is the Kamelet ID (that internally translates into a route ID at runtime). Those properties can also be set in auto-loaded secrets (with special annotations). But there's no way to use this mechanism in a KameletBinding. I'm thinking to make an implicit `id` property in all Kamelets (which can be forbidden in the spec-definition) and can be used to set the endpoint path. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org