From dec1882da8a2306fa971bcdd95cefbb7a4d00f55 Mon Sep 17 00:00:00 2001 From: Kalyani Desai Date: Tue, 9 May 2023 14:46:17 +0530 Subject: [PATCH] SRVCOM-2443: Remove references to OpenShift Streams for Apache Kafka --- modules/serverless-kafka-sasl-source.adoc | 2 +- modules/serverless-kafka-sink-security-config.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/serverless-kafka-sasl-source.adoc b/modules/serverless-kafka-sasl-source.adoc index 9a16a1ae21..2a4859be74 100644 --- a/modules/serverless-kafka-sasl-source.adoc +++ b/modules/serverless-kafka-sasl-source.adoc @@ -65,4 +65,4 @@ spec: key: ca.crt ... ---- -<1> The `caCert` spec is not required if you are using a public cloud Kafka service, such as Red Hat OpenShift Streams for Apache Kafka. +<1> The `caCert` spec is not required if you are using a public cloud Kafka service. diff --git a/modules/serverless-kafka-sink-security-config.adoc b/modules/serverless-kafka-sink-security-config.adoc index 53fc8c0fed..fa963f2ab4 100644 --- a/modules/serverless-kafka-sink-security-config.adoc +++ b/modules/serverless-kafka-sink-security-config.adoc @@ -51,7 +51,7 @@ $ oc create secret -n generic \ --from-literal=user= \ --from-literal=password= ---- -<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service, such as Red Hat OpenShift Streams for Apache Kafka. +<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service. ** For authentication and encryption using TLS: + @@ -63,7 +63,7 @@ $ oc create secret -n generic \ --from-file=user.crt= \ --from-file=user.key= ---- -<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service, such as Red Hat OpenShift Streams for Apache Kafka. +<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service. . Create or modify a `KafkaSink` object and add a reference to your secret in the `auth` spec: +