Skip to content

Commit

Permalink
fix #701: elasticsearch-index-sink has no way to set username and pas…
Browse files Browse the repository at this point in the history
…sword
  • Loading branch information
valdar committed Jan 12, 2022
1 parent 1c107db commit 60d7ed7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kamelets/elasticsearch-index-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ spec:
beans:
- name: local-es
type: "#class:org.apache.camel.component.elasticsearch.ElasticsearchComponent"
properties:
user: "{{user:dummy}}"
password: "{{password:dummy}}"
from:
uri: kamelet:source
steps:
Expand Down Expand Up @@ -130,8 +133,6 @@ spec:
operation: "INDEX"
hostAddresses: "{{hostAddresses}}"
enableSSL: "{{enableSSL}}"
user: "{{?user}}"
password: "{{?password}}"
indexName: "{{?indexName}}"
- marshal:
json: { }

0 comments on commit 60d7ed7

Please sign in to comment.