@@ -4,7 +4,7 @@ description: Set up TLS encryption for communication between Kafka clients and K
4
4
ms.service : hdinsight
5
5
ms.topic : how-to
6
6
ms.custom : hdinsightactive
7
- ms.date : 02/14 /2023
7
+ ms.date : 02/16 /2023
8
8
---
9
9
10
10
# 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:
128
128
1. Under **Kafka Broker** set the **listeners** property to `PLAINTEXT://localhost:9092,SSL://localhost:9093`
129
129
1. Under **Advanced kafka-broker** set the **security.inter.broker.protocol** property to `SSL`
130
130
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":::
132
132
133
133
1. Under **Custom kafka-broker** set the **ssl.client.auth** property to `required`.
134
134
135
135
136
136
> [!Note]
137
137
> Note: This step is only required if you' re setting up authentication and encryption.
138
138
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" :::
140
140
141
141
1. Here' s the screenshot that shows Ambari configuration UI with these changes.
142
142
@@ -150,7 +150,7 @@ To complete the configuration modification, do the following steps:
150
150
151
151
1. If you' re setting up authentication and encryption, then the screenshot looks like
152
152
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" :::
154
154
155
155
1. If you are setting up encryption only, then the screenshot looks like
156
156
0 commit comments