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/01/12 15:53:45 UTC

[GitHub] [camel-kamelets] valdar opened a new issue #704: make elasticsearch-index-sink user and password properties optional with "?" syntax

valdar opened a new issue #704:
URL: https://github.com/apache/camel-kamelets/issues/704


   after https://issues.apache.org/jira/browse/CAMEL-17479 is released we can change : 
   ```yaml
       beans:
         - name: local-es
           type: "#class:org.apache.camel.component.elasticsearch.ElasticsearchComponent"
           properties:
               user: "{{user:dummy}}"
               password: "{{password:dummy}}"
   ```
   into:
   ```yaml
       beans:
         - name: local-es
           type: "#class:org.apache.camel.component.elasticsearch.ElasticsearchComponent"
           properties:
               user: "{{?user}}"
               password: "{{?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-kamelets] oscerd closed issue #704: make elasticsearch-index-sink user and password properties optional with "?" syntax

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #704:
URL: https://github.com/apache/camel-kamelets/issues/704


   


-- 
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-kamelets] oscerd closed issue #704: make elasticsearch-index-sink user and password properties optional with "?" syntax

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #704:
URL: https://github.com/apache/camel-kamelets/issues/704


   


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