liudezhi2098 commented on code in PR #15121: URL: https://github.com/apache/pulsar/pull/15121#discussion_r859664147
########## conf/broker.conf: ########## @@ -764,6 +764,9 @@ saslJaasClientAllowedIds= # Default value `SaslConstants.JAAS_DEFAULT_BROKER_SECTION_NAME`, which is "Broker". saslJaasServerSectionName= +# Secret for SaslRoleTokenSigner. +# Default value `SaslConstants.JAAS_DEFAULT_ROLE_TOKEN_SIGNER_SECRET`, which is "PulsarSecret". +saslJaasServerRoleTokenSignerSecret=PulsarSecret Review Comment: ok, I will supply the secret as a file -- 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]
