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

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

commit 1f2852522e1da66d2e43bbb835419d4e8f8799d1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Apr 28 11:02:10 2025 +0200

    Support PQC Component producer operation - Signature operations
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 docs/modules/ROOT/nav.adoc                                            | 1 +
 kamelets/pqc-signature-sink.kamelet.yaml                              | 4 ++--
 .../src/main/resources/kamelets/pqc-signature-sink.kamelet.yaml       | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 72d00bd1b..4d41fccbf 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -195,6 +195,7 @@
 * xref:pdf-action.adoc[]
 * xref:postgresql-sink.adoc[]
 * xref:postgresql-source.adoc[]
+* xref:pqc-signature-sink.adoc[]
 * xref:predicate-filter-action.adoc[]
 * xref:protobuf-deserialize-action.adoc[]
 * xref:protobuf-serialize-action.adoc[]
diff --git a/kamelets/pqc-signature-sink.kamelet.yaml 
b/kamelets/pqc-signature-sink.kamelet.yaml
index b9bcfb75b..7cd2af3c6 100644
--- a/kamelets/pqc-signature-sink.kamelet.yaml
+++ b/kamelets/pqc-signature-sink.kamelet.yaml
@@ -37,12 +37,12 @@ spec:
     type: object
     properties:
       signatureAlgorithm:
-        title: Signature Algorithm
+        title: PQC Signature Algorithm
         description: The PQC Signature Algorithm to be used.
         type: string
         enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC","RAINBOW"]
       operation:
-        title: The PQC Signature Operation
+        title: PQC Signature Operation
         description: The PQC Signature Operation to be performed.
         type: string
         enum: ["sign","verify"]
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-sink.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-sink.kamelet.yaml
index b9bcfb75b..7cd2af3c6 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-sink.kamelet.yaml
@@ -37,12 +37,12 @@ spec:
     type: object
     properties:
       signatureAlgorithm:
-        title: Signature Algorithm
+        title: PQC Signature Algorithm
         description: The PQC Signature Algorithm to be used.
         type: string
         enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC","RAINBOW"]
       operation:
-        title: The PQC Signature Operation
+        title: PQC Signature Operation
         description: The PQC Signature Operation to be performed.
         type: string
         enum: ["sign","verify"]

Reply via email to