This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch pqc-alg in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 7073b6f9d87ad69bae8a2fcad374599aca6ddcd3 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jul 7 11:50:47 2025 +0200 PQC Kamelet: Remove Rainbow algorithm since it has been removed in Bouncycastle 1.81 Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/pqc-signature-action.kamelet.yaml | 2 +- .../src/main/resources/kamelets/pqc-signature-action.kamelet.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/pqc-signature-action.kamelet.yaml b/kamelets/pqc-signature-action.kamelet.yaml index a656da55f..dd66269bd 100644 --- a/kamelets/pqc-signature-action.kamelet.yaml +++ b/kamelets/pqc-signature-action.kamelet.yaml @@ -40,7 +40,7 @@ spec: title: PQC Signature Algorithm description: The PQC Signature Algorithm to be used. type: string - enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC","RAINBOW"] + enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC"] operation: title: PQC Signature Operation description: The PQC Signature Operation to be performed. diff --git a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml index a656da55f..dd66269bd 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/pqc-signature-action.kamelet.yaml @@ -40,7 +40,7 @@ spec: title: PQC Signature Algorithm description: The PQC Signature Algorithm to be used. type: string - enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC","RAINBOW"] + enum: [MLDSA","SLHDSA","LMS","XMSS","FALCON","PICNIC"] operation: title: PQC Signature Operation description: The PQC Signature Operation to be performed.
