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/07 11:01:00 UTC

[GitHub] [pulsar-manager] Andreby42 opened a new issue #297: Question:how to change the default login account and password

Andreby42 opened a new issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297


    I‘m a newer of Pulsar,so as the pulsar-manger,
   I deploy my pulsar server  on the K8S,
   But I don't want to use the default pulsar-manger login account:pulsar and the password pulsar,
   I saw the doc like this:
   
   https://github.com/apache/pulsar-manager/blob/master/src/main/resources/application.properties
   
   So how could I change the default login password and account?
   


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



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

Posted by GitBox <gi...@apache.org>.
Andreby42 commented on issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297#issuecomment-626106668


   > This port is the port of that service
   
   Do U mean  which  service  does  the port belongs to?


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



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

Posted by GitBox <gi...@apache.org>.
lijilina commented on issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297#issuecomment-625653673


   This port is the port of that service


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



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

Posted by GitBox <gi...@apache.org>.
mingfang commented on issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297#issuecomment-711128185


   we need a better way(besides running curl) to set default use and password.


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



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

Posted by GitBox <gi...@apache.org>.
Andreby42 commented on issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297#issuecomment-625184359


   sorry about my english


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



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

Posted by GitBox <gi...@apache.org>.
andikercuku commented on issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297#issuecomment-843249637


   For this issue you can deploy a pulsar-manager-batch-job.yaml file which will fix or change the login access in backend-service in this [link](https://github.com/andikercuku/pulsar-manager-login-fix) 
   
   After this batch job, you can access your pulsar-manager via dashboard.
   Thank you.


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
Andreby42 commented on issue #297:
URL: https://github.com/apache/pulsar-manager/issues/297#issuecomment-625630463


   thank u . I will try it


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