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 2020/05/08 02:34:46 UTC

[GitHub] [pulsar-manager] tuteng commented on issue #297: Question:how to change the default login account and password

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": "username@test.org"}'
   ```
   
   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:
users@infra.apache.org