dockerzhang commented on issue #5961: Pulsar dashboard support getting authorization token from a file URL: https://github.com/apache/pulsar/issues/5961#issuecomment-569628967 I found **JWT_TOKEN** is good enough, this issue will be closed. For docker run command: ``` export JWT_TOKEN=`cat token-value.txt` ``` For kubernetes cluster: ``` name: JWT_TOKEN valueFrom: secretKeyRef: name: token-name key: token-value.txt ```
---------------------------------------------------------------- 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
