mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
SRVCOM-2443: Remove references to OpenShift Streams for Apache Kafka
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
8a2b01a54f
commit
dec1882da8
@@ -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.
|
||||
|
||||
@@ -51,7 +51,7 @@ $ oc create secret -n <namespace> generic <secret_name> \
|
||||
--from-literal=user=<username> \
|
||||
--from-literal=password=<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 <namespace> generic <secret_name> \
|
||||
--from-file=user.crt=<my_cert.pem_file_path> \
|
||||
--from-file=user.key=<my_key.pem_file_path>
|
||||
----
|
||||
<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:
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user