tuteng commented on issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297#issuecomment-625595925


   You can try this image 
https://hub.docker.com/layers/streamnative/pulsar-manager/0.3.0/images/sha256-56fd8cd6fb5fcc3db4e50c216216b1fbb50533339ea20db6d2048eae98b6ee69?context=explore
 and use this command to initialize the account and password after deployment. 
   ```
   curl 
       -H "Content-Type: application/json" \
       -X PUT http://backend-service:7750/pulsar-manager/users/superuser \
       -d '{"name": "admin", "password": "apachepulsar", "description": "test", 
"email": "[email protected]"}'
   ```
   
   Reference: https://github.com/apache/pulsar-manager#access-pusar-manager  
   @Andreby42 


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


Reply via email to