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

   I don't think this is right project to ask: if it's related to camel-quarkus 
you should there in the issue tracker on Github. If it's a problem at Camel 
level you should open an issue at https://issues.apache.org/jira/browse/CAMEL
   
   By the way it's not a bug. You need to set the user and password at 
component level. This mean you cannot append user and password to endpoint URI. 
Instead you should either define:
   
   ```
   camel.component.elasticsearch-rest.user 
   camel.component.elasticsearch-rest.password
   ```
   
   in your application properties file. Or you should create a component and 
use it directly like this snippet:
   
   
https://camel.netlify.app/components/latest/elasticsearch-rest-component.html#_configure_the_component_and_enable_basic_authentication
   
   This issue doesn't report the version you're using. By the way the solution 
should be what I wrote.
   
   For sure this is not something related to Kamelets.
   
   I'm going to close this.


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