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 c175d512e4fc34117d1000c6cb36a48f1932a7db Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Nov 7 12:05:43 2023 +0100 Kafka Azure Schema Registry Sink Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/nav.adoc | 1 + kamelets/kafka-azure-schema-registry-sink.kamelet.yaml | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 41181946..1becc06c 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -126,6 +126,7 @@ * xref:jsonata-action.adoc[] * xref:kafka-apicurio-registry-not-secured-sink.adoc[] * xref:kafka-apicurio-registry-not-secured-source.adoc[] +* xref:kafka-azure-schema-registry-sink.adoc[] * xref:kafka-azure-schema-registry-source.adoc[] * xref:kafka-manual-commit-action.adoc[] * xref:kafka-not-secured-sink.adoc[] diff --git a/kamelets/kafka-azure-schema-registry-sink.kamelet.yaml b/kamelets/kafka-azure-schema-registry-sink.kamelet.yaml index 4f5d7450..ed119265 100644 --- a/kamelets/kafka-azure-schema-registry-sink.kamelet.yaml +++ b/kamelets/kafka-azure-schema-registry-sink.kamelet.yaml @@ -65,12 +65,6 @@ spec: description: The Simple Authentication and Security Layer (SASL) Mechanism used. type: string default: PLAIN - user: - title: Username - description: Username to authenticate to Kafka - type: string - x-descriptors: - - urn:camel:group:credentials password: title: Password description: Password to authenticate to kafka
