You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/18 16:56:19 UTC

[GitHub] [camel-quarkus] zbendhiba commented on issue #4194: Can't authenticate using quarkus elasticsearch-rest

zbendhiba commented on issue #4194:
URL: https://github.com/apache/camel-quarkus/issues/4194#issuecomment-1282705722

   Hello @MarcoMartins86 
   The camel-quarkus extension leverages the Quarkus elastic search extension, as described here : https://camel.apache.org/camel-quarkus/2.13.x/reference/extensions/elasticsearch-rest.html#extensions-elasticsearch-rest-usage
   
   So either you disable authowiring, either you use Quarkus configuration
   ```
   quarkus.elasticsearch.hosts
   quarkus.elasticsearch.username
   quarkus.elasticsearch.password
   ...
   ```


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org