momo-jun commented on code in PR #15172:
URL: https://github.com/apache/pulsar/pull/15172#discussion_r850928275


##########
site2/docs/security-kerberos.md:
##########
@@ -114,7 +114,8 @@ You can have 2 separate JAAS configuration files:
  - Set `authenticationProviders` to choose `AuthenticationProviderSasl`;
  - Set `saslJaasClientAllowedIds` regex for principal that is allowed to 
connect to broker;
  - Set `saslJaasServerSectionName` that corresponds to the section in JAAS 
configuration file for broker;
- 
+ - Set `saslJaasServerRoleTokenSignerSecret` that corresponds to role token 
signer secret in JAAS configuration file for broker;

Review Comment:
   ```suggestion
    - Set `saslJaasServerRoleTokenSignerSecret` that corresponds to the secret 
of role token signer in JAAS configuration file for broker;
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to