david-streamlio commented on issue #6309: Attempting to use token 
authentication in pulsar standalone causes it to exit
URL: https://github.com/apache/pulsar/issues/6309#issuecomment-585494790
 
 
   You need to add the following properties to your conf/standalone.conf file
   
   ## JWT Auth
   authenticationEnabled=true
   
authenticationProviders=org.apache.pulsar.broker.authentication.AuthenticationProviderToken
   tokenPublicKey=file:///PATH TO/my-public.key
   
   #### Authorization ####
   superUserRoles=admin
   anonymousUserRole=anonymous
   

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

Reply via email to