Anonymitaet commented on a change in pull request #4771: Improve kerberos documents URL: https://github.com/apache/pulsar/pull/4771#discussion_r306108248
########## File path: site2/docs/security-kerberos.md ########## @@ -172,27 +196,35 @@ java -cp -Djava.security.auth.login.config=/etc/pulsar/pulsar_jaas.conf -Djava.s Make sure that the keytabs configured in the `pulsar_jaas.conf` file and kdc server in the `krb5.conf` file are reachable by the operating system user who is starting pulsar client. -If you are using command line, you can continue with these step: -1. Config your `client.conf`: +#### 1.3.2. configure CLI tools + +If you are using command line tool (such as `bin/pulsar-client`, `bin/pulsar-perf` and `bin/pulsar-admin`), you need 2 steps: Review comment: ```suggestion If you are using a command-line tool (such as `bin/pulsar-client`, `bin/pulsar-perf` and `bin/pulsar-admin`), you need to perform the following steps: ``` ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
