Skip to content

Commit 07b8681

Browse files
authored
Added. to the alt text
Added. to the alt text
1 parent abdd8d6 commit 07b8681

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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-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-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-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-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)