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

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

commit 9142bcc4a7de815086a218a59dd41087e77f1525
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 14 15:16:04 2025 +0100

    Kamelets Catalog - Make the description a one liner - AWS Kinesis Source
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/aws-kinesis-source.kamelet.yaml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/kamelets/aws-kinesis-source.kamelet.yaml 
b/kamelets/aws-kinesis-source.kamelet.yaml
index 62ff316c..53f16b40 100644
--- a/kamelets/aws-kinesis-source.kamelet.yaml
+++ b/kamelets/aws-kinesis-source.kamelet.yaml
@@ -31,14 +31,7 @@ metadata:
 spec:
   definition:
     title: "AWS Kinesis Source"
-    description: |-
-      Receive data from AWS Kinesis.
-
-      The basic authentication method for the Kinesis service is to specify an 
access key and a secret key. These parameters are optional because the Kamelet 
provides a default credentials provider.
-      
-      If you use the default credentials provider, the Kinesis client loads 
the credentials through this provider and doesn't use the basic authentication 
method.
-
-      Two headers will be duplicated with different names for clarity at sink 
level, CamelAwsKinesisPartitionKey will be duplicated into 
aws.kinesis.partition.key and CamelAwsKinesisSequenceNumber will be duplicated 
in aws.kinesis.sequence.number
+    description: Receive data from AWS Kinesis.
     required:
       - stream
       - region

Reply via email to