You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/06 11:42:49 UTC

[camel-kamelets] 03/07: Added Username/Password fields in Solr Source Kamelet

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch solr-source-creds
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 988601314b78f39f5e46597d732b981f8734be5a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 6 12:39:54 2021 +0100

    Added Username/Password fields in Solr Source Kamelet
---
 kamelets/solr-source.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/solr-source.kamelet.yaml b/kamelets/solr-source.kamelet.yaml
index 35817c6..69ddc8a 100644
--- a/kamelets/solr-source.kamelet.yaml
+++ b/kamelets/solr-source.kamelet.yaml
@@ -57,13 +57,13 @@ spec:
         type: string
       username:
         title: Username
-        description: Username to connect to Infinispan.
+        description: Username to connect to Solr.
         type: string
         x-descriptors:
         - urn:camel:group:credentials
       password:
         title: Password
-        description: Password to connect to Infinispan.
+        description: Password to connect to Solr.
         type: string
         format: password
         x-descriptors: