Skip to content

Commit 42cf824

Browse files
authored
Corrected the image file path
Corrected the image file path
1 parent 0378dd4 commit 42cf824

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use the following detailed instructions to complete the broker setup:
7676
wn0-espkaf.securehadooprc.onmicrosoft.com
7777
wn0-kafka2.zbxwnwsmpcsuvbjqbmespcm1zg.bx.internal.cloudapp.net
7878
```
79-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/etc-hosts.png" alt-text="Screenshot showing etc hosts file output." border="true":::
79+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/etc-hosts.png" alt-text="Screenshot showing etc hosts file output." border="true":::
8080

8181
1. On the CA machine, run the following command to create ca-cert and ca-key files:
8282

@@ -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,SASL_SSL://localhost:9093`
129129
1. Under **Advanced kafka-broker** set the **security.inter.broker.protocol** property to `SASL_SSL`
130130
131-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/properties-file-with-sasl.png" alt-text="Screenshot showing how to edit Kafka sasl configuration properties in Ambari." border="true":::
131+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-with-sasl.png" alt-text="Screenshot showing how to edit Kafka sasl 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
> This step is only required if you are setting up authentication and encryption.
138138
139-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/editing-configuration-ambari2.png" alt-text="Screenshot showing how to edit Kafka ssl configuration properties in Ambari." border="true":::
139+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/editing-configuration-ambari2.png" alt-text="Screenshot showing how to edit Kafka ssl configuration properties in Ambari." border="true":::
140140
141141
1. Here's the screenshot that shows Ambari configuration UI with these changes.
142142

@@ -149,11 +149,11 @@ To complete the configuration modification, do the following steps:
149149

150150
a. If you are setting up authentication and encryption, then the screenshot will look like
151151

152-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/properties-file-authentication-as-required.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as required." border="true":::
152+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-authentication-as-required.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as required." border="true":::
153153

154154
b. If you are setting up encryption only, then the screenshot will look like
155155

156-
:::image type="content" source="./media/apache-kafka-ssl-encryption-authentication/properties-file-authentication-as-none.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as none." border="true":::
156+
:::image type="content" source="./media/apache-esp-kafka-ssl-encryption-authentication/properties-file-authentication-as-none.png" alt-text="Screenshot showing how to edit Kafka-env template property in Ambari authentication as none." border="true":::
157157

158158
1. Restart all Kafka brokers.
159159

0 commit comments

Comments
 (0)