Skip to content

Commit 4a10394

Browse files
authored
Corrected alt text for images
Corrected alt text for images
1 parent f0d4510 commit 4a10394

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/kafka/apache-kafka-ssl-encryption-authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set up TLS encryption for communication between Kafka clients and K
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
7-
ms.date: 02/14/2023
7+
ms.date: 02/16/2023
88
---
99

1010
# Set up TLS encryption and authentication for Non ESP Apache Kafka cluster in Azure HDInsight
@@ -128,15 +128,15 @@ To complete the configuration modification, do the following steps:
128128
1. Under **Kafka Broker** set the **listeners** property to `PLAINTEXT://localhost:9092,SSL://localhost:9093`
129129
1. Under **Advanced kafka-broker** set the **security.inter.broker.protocol** property to `SSL`
130130
131-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-ambari.png" alt-text="Editing Kafka ssl configuration properties in Ambari" border="true":::
131+
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-ambari.png" alt-text="Editing Kafka ssl configuration properties in Ambari." border="true":::
132132
133133
1. Under **Custom kafka-broker** set the **ssl.client.auth** property to `required`.
134134
135135
136136
> [!Note]
137137
> Note: This step is only required if you're setting up authentication and encryption.
138138

139-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-ambari2.png" alt-text="Editing kafka ssl configuration properties in Ambari" border="true":::
139+
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-ambari2.png" alt-text="Editing kafka ssl configuration properties in Ambari." border="true":::
140140

141141
1. Here's the screenshot that shows Ambari configuration UI with these changes.
142142
@@ -150,7 +150,7 @@ To complete the configuration modification, do the following steps:
150150
151151
1. If you're setting up authentication and encryption, then the screenshot looks like
152152

153-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-kafka-env-four.png" alt-text="Editing kafka-env template property in Ambari four" border="true":::
153+
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-kafka-env-four.png" alt-text="Editing kafka-env template property in Ambari four." border="true":::
154154

155155
1. If you are setting up encryption only, then the screenshot looks like
156156

0 commit comments

Comments
 (0)