From c5acc21fcdbc8aded48b44c810e58cc2d652d162 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Wed, 9 Oct 2024 13:05:21 +0200 Subject: [PATCH] adding required setting to properties file Signed-off-by: Matthias Wessendorf --- aws-sqs-sink/src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aws-sqs-sink/src/main/resources/application.properties b/aws-sqs-sink/src/main/resources/application.properties index 7ad07aa..91ac88f 100644 --- a/aws-sqs-sink/src/main/resources/application.properties +++ b/aws-sqs-sink/src/main/resources/application.properties @@ -28,6 +28,10 @@ camel.component.knative.typeId= # Kamelet sink properties # camel.kamelet.aws-sqs-sink.= +camel.kamelet.aws-sqs-sink.accessKey= +camel.kamelet.aws-sqs-sink.secretKey= +camel.kamelet.aws-sqs-sink.region= +camel.kamelet.aws-sqs-sink.queueNameOrArn= # ConfigMap and secret based configuration camel.kubernetes-config.mount-path-configmaps=/etc/camel/conf.d/_configmaps/kn-sink-config