beyondyinjl2 opened a new issue #408: URL: https://github.com/apache/pulsar-manager/issues/408
export JWT_TOKEN="eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiZXIifQ.KLyHclBlln9rjSiRa-8IMO1WtPKmv_nYeo" export SECRET_KEY="file:///opt/my-secret.key" docker run --name pulsar-manager -dit -p 9527:9527 -p 7750:7750 -e REDIRECT_HOST=http://192.168.146.18 -e REDIRECT_PORT=9527 -e DRIVER_CLASS_NAME=org.postgresql.Driver -e URL='jdbc:postgresql://127.0.0.1:5432/pulsar_manager' -e USERNAME=pulsar -e PASSWORD=pulsar -e LOG_LEVEL=DEBUG -e JWT_TOKEN=$JWT_TOKEN -v $PWD:/data apachepulsar/pulsar-manager:v0.2.0 Visit: http://192.168.146.18:9527/ Other functions are normal, new token error:{"error":"Token generate failed"} -- 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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org