showuon commented on a change in pull request #10002:
URL: https://github.com/apache/kafka/pull/10002#discussion_r570832863



##########
File path: docs/security.html
##########
@@ -491,13 +491,13 @@ <h3 class="anchor-heading"><a id="security_sasl" 
class="anchor-link"></a><a href
                     <a 
href="#security_sasl_oauthbearer_clientconfig">OAUTHBEARER</a>.
                     For example, <a 
href="#security_sasl_gssapi_clientconfig">GSSAPI</a>
                     credentials may be configured as:
-                    <pre class="line-numbers"><code class="language-text">     
   KafkaClient {
-        com.sun.security.auth.module.Krb5LoginModule required
-        useKeyTab=true
-        storeKey=true
-        keyTab="/etc/security/keytabs/kafka_client.keytab"
-        principal="kafka-clien...@example.com";
-    };</code></pre>
+                    <pre class="line-numbers"><code 
class="language-text">KafkaClient {
+    com.sun.security.auth.module.Krb5LoginModule required
+    useKeyTab=true
+    storeKey=true
+    keyTab="/etc/security/keytabs/kafka_client.keytab"
+    principal="kafka-clien...@example.com";
+};</code></pre>

Review comment:
       We wrapped in curly brackets, so need indent here, and same as other 
places.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to