liudezhi2098 commented on code in PR #15172:
URL: https://github.com/apache/pulsar/pull/15172#discussion_r858259985


##########
site2/docs/reference-configuration.md:
##########
@@ -243,6 +243,9 @@ brokerServiceCompactionThresholdInBytes|If the estimated 
backlog size is greater
 |tokenAuthClaim| Specify which of the token's claims will be used as the 
authentication "principal" or "role". The default "sub" claim will be used if 
this is left blank ||
 |tokenAudienceClaim| The token audience "claim" name, e.g. "aud", that will be 
used to get the audience from token. If not set, audience will not be verified. 
||
 |tokenAudience| The token audience stands for this broker. The field 
`tokenAudienceClaim` of a valid token, need contains this. ||
+|saslJaasClientAllowedIds|This is a regexp, which limits the range of possible 
ids which can connect to the Broker using SASL. By default, it is set to 
`SaslConstants.JAAS_CLIENT_ALLOWED_IDS_DEFAULT`, which is ".*pulsar.*", so only 
clients whose id contains 'pulsar' are allowed to connect.|N/A|
+|saslJaasServerSectionName|Service Principal, for login context name. By 
default, it is set to `SaslConstants.JAAS_DEFAULT_BROKER_SECTION_NAME`, which 
is "PulsarBroker".|N/A|

Review Comment:
   This is the concept of kerberos,principal can be understood as the user's 
identity, will bring this identity when you log in



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