You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/kafka/apache-kafka-ssl-encryption-authentication.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ 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/20/2024
7
+
ms.date: 04/08/2024
8
8
---
9
9
10
-
# Set up TLS encryption and authentication for NonESP Apache Kafka cluster in Azure HDInsight
10
+
# Set up TLS encryption and authentication for Non-ESP Apache Kafka cluster in Azure HDInsight
11
11
12
12
This article shows you how to set up Transport Layer Security (TLS) encryption, previously known as Secure Sockets Layer (SSL) encryption, between Apache Kafka clients and Apache Kafka brokers. It also shows you how to set up authentication of clients (sometimes referred to as two-way TLS).
13
13
@@ -147,24 +147,23 @@ To complete the configuration modification, do the following steps:
147
147
148
148
1. To Use TLS 1.3 in Kafka
149
149
150
-
Add follwoing configs to the kafka configs in Ambari
150
+
Add following configs to the kafka configs in Ambari
151
151
> 1. ssl.enabled.protocols=TLSv1.3
152
152
> 1. ssl.protocol=TLSv1.3
153
153
> [!Important]
154
154
> 1. TLS 1.3 works with HDI 5.1 kafka version only.
155
155
> 1. If you use TLS 1.3 at server side, you should use TLS 1.3 configs at client too.
156
156
157
-
For HDI version 4.0 or 5.0
157
+
1. For HDI version 4.0 or 5.0
158
158
159
159
1. If you're setting up authentication and encryption, then the screenshot looks like
1. If you are setting up encryption only, then the screenshot looks like
163
+
1. If you're setting up encryption only, then the screenshot looks like
164
164
165
-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-kafka-env-four-encryption-only.png" alt-text="Screenshot showing how to edit kafka-env template property field in Ambari for encryption only." border="true":::
165
+
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-kafka-env-four-encryption-only.png" alt-text="Screenshot showing how to edit kafka-env template property field in Ambari for encryption only." border="true":::
166
166
167
-
168
167
1. Restart all Kafka brokers.
169
168
170
169
@@ -219,7 +218,7 @@ These steps are detailed in the following code snippets.
0 commit comments