You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/20 03:03:22 UTC

[GitHub] [pulsar-manager] pisceslj commented on issue #311: pulsar-manager generate token report error: Token generate failed

pisceslj commented on issue #311:
URL: https://github.com/apache/pulsar-manager/issues/311#issuecomment-902393941


   The token is generated from the broker JWT private key as follows,maybe you  should config these parameters:
   jwt.broker.token.mode=PRIVATE
   jwt.broker.public.key=file:///path/pulsar/broker-public.key
   jwt.broker.private.key=file:///path/broker-private.key
   
   or
   
   jwt.broker.token.mode=SECRET
   jwt.broker.secret.key=file:///path/broker-secret.key


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org