MarcoMartins86 commented on issue #1056:
URL: 
https://github.com/apache/camel-kamelets/issues/1056#issuecomment-1262478250

   On the [elasticsearch-search-source 
kamelet](https://github.com/apache/camel-kamelets/blob/main/kamelets/elasticsearch-search-source.kamelet.yaml):
   ````
   - to:
               uri: "{{local-es}}:{{clusterName}}"
               parameters:
                 operation: "SEARCH"
                 indexName: "{{indexName}}"
                 hostAddresses: "{{hostAddresses}}"
                 enableSSL: "{{enableSSL}}"
                 user: "{{?user}}"
                 password: "{{?password}}"
   ````
   The `user` and `password` are defined as query parameters if I am 
understanding correctly but they will never work since as you said they will 
only work at component level.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to