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 15:08:01 UTC

[GitHub] [camel-quarkus] MarcoMartins86 opened a new issue, #4194: Can't authenticate using quarkus elasticsearch-rest

MarcoMartins86 opened a new issue, #4194:
URL: https://github.com/apache/camel-quarkus/issues/4194

   Hi, I can't authenticate using elasticsearch-rest component with quarkus, it works without quarkus by defining in application.properties 
   ```
   camel.component.elasticsearch-rest.user
   camel.component.elasticsearch-rest.password
   ```
   Not sure if I'm missing something but I have a reproducer.
   https://github.com/MarcoMartins86/camel-quarkus-elasticsearch-rest -> Not working
   
   For comparison, this is the same routes but without quarkus
   https://github.com/MarcoMartins86/camel-elasticsearch-rest -> Working


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

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


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

Posted by GitBox <gi...@apache.org>.
MarcoMartins86 commented on issue #4194:
URL: https://github.com/apache/camel-quarkus/issues/4194#issuecomment-1283698641

   Thank you for pointing me in the correct direction, I missed the Camel Quarkus documentation entirely and was only looking into the Camel one. 


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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [camel-quarkus] MarcoMartins86 closed issue #4194: Can't authenticate using quarkus elasticsearch-rest

Posted by GitBox <gi...@apache.org>.
MarcoMartins86 closed issue #4194: Can't authenticate using quarkus elasticsearch-rest
URL: https://github.com/apache/camel-quarkus/issues/4194


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