peng-huang-ch commented on issue #497:
URL: https://github.com/apache/pulsar-manager/issues/497#issuecomment-1331970290

   1. Run the pulsar-manager
   ```sh
   docker run --rm -it \
       -p 9527:9527 -p 7750:7750 \
       -e 
SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties 
\
       apachepulsar/pulsar-manager:v0.3.0
   ```
   
   2. get token, exec container `ca632f969680`
   ```sh
   docker exec -it ca632f969680 sh
   curl http://127.0.0.1:7750/pulsar-manager/csrf-token
   
   => b29ba8fc-be3e-4604-b2f3-9e954a91f105
   ```
   
   It works fine for me. 


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

Reply via email to