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
The following commit(s) were added to refs/heads/main by this push:
new d4d516710 Kamelet for PQC Signature should be actions and not Sink
(#2468)
d4d516710 is described below
commit d4d516710abc6db8da0741ceb9ae641b92ed1a7c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 15 17:53:30 2025 +0200
Kamelet for PQC Signature should be actions and not Sink (#2468)
Signed-off-by: Andrea Cosentino <[email protected]>
---
docs/modules/ROOT/nav.adoc | 2 +-
...nature-sink.kamelet.yaml => pqc-signature-action.kamelet.yaml} | 8 ++++----
...nature-sink.kamelet.yaml => pqc-signature-action.kamelet.yaml} | 8 ++++----
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 4d41fccbf..14298f0cc 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -195,7 +195,7 @@
* xref:pdf-action.adoc[]
* xref:postgresql-sink.adoc[]
* xref:postgresql-source.adoc[]
-* xref:pqc-signature-sink.adoc[]
+* xref:pqc-signature-action.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-action.kamelet.yaml
similarity index 93%
rename from kamelets/pqc-signature-sink.kamelet.yaml
rename to kamelets/pqc-signature-action.kamelet.yaml
index 7cd2af3c6..4f6b27109 100644
--- a/kamelets/pqc-signature-sink.kamelet.yaml
+++ b/kamelets/pqc-signature-action.kamelet.yaml
@@ -17,7 +17,7 @@
apiVersion: camel.apache.org/v1
kind: Kamelet
metadata:
- name: pqc-signature-sink
+ name: pqc-signature-action
annotations:
camel.apache.org/kamelet.support.level: "Stable"
camel.apache.org/catalog.version: "4.12.0-SNAPSHOT"
@@ -26,11 +26,11 @@ metadata:
camel.apache.org/kamelet.group: "PQC"
camel.apache.org/kamelet.namespace: "PQC"
labels:
- camel.apache.org/kamelet.type: sink
+ camel.apache.org/kamelet.type: action
spec:
definition:
- title: PQC Signature Sink
- description: Sign a payload with a PQC algorithm.
+ title: PQC Signature Action
+ description: Sign or verify a payload with a PQC algorithm.
required:
- signatureAlgorithm
- operation
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-action.kamelet.yaml
similarity index 93%
rename from
library/camel-kamelets/src/main/resources/kamelets/pqc-signature-sink.kamelet.yaml
rename to
library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
index 7cd2af3c6..4f6b27109 100644
---
a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-sink.kamelet.yaml
+++
b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml
@@ -17,7 +17,7 @@
apiVersion: camel.apache.org/v1
kind: Kamelet
metadata:
- name: pqc-signature-sink
+ name: pqc-signature-action
annotations:
camel.apache.org/kamelet.support.level: "Stable"
camel.apache.org/catalog.version: "4.12.0-SNAPSHOT"
@@ -26,11 +26,11 @@ metadata:
camel.apache.org/kamelet.group: "PQC"
camel.apache.org/kamelet.namespace: "PQC"
labels:
- camel.apache.org/kamelet.type: sink
+ camel.apache.org/kamelet.type: action
spec:
definition:
- title: PQC Signature Sink
- description: Sign a payload with a PQC algorithm.
+ title: PQC Signature Action
+ description: Sign or verify a payload with a PQC algorithm.
required:
- signatureAlgorithm
- operation