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 <[email protected]> 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:
