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 2021/05/31 11:00:15 UTC

[GitHub] [pulsar-manager] khiem111189 opened a new pull request #395: Avoid conflict between user management and default admin account

khiem111189 opened a new pull request #395:
URL: https://github.com/apache/pulsar-manager/pull/395


   Fixes #382 
   
   ### Motivation
   
   I also cannot log in with the default admin account on Pulsar-Manager 0.2.0. Just realized that we have two conflicted configs in the `application.properties`. And this properties file is used as the default configs in the built pulsar-manager.jar.
   
   ```
   # If user.management.enable is true, the following account and password will no longer be valid.
   pulsar-manager.account=pulsar
   pulsar-manager.password=pulsar
   # If true, the database is used for user management
   user.management.enable=true
   ```
   
   
   ### Modifications
   
   I just set `user.management.enable` to false so we use the default admin account as the default approach.
   
   ### Verifying this change
   
   This fixed is very minor and I have all the builts are sccuessful
   
   
   


-- 
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] khiem111189 closed pull request #395: Avoid conflict between user management and default admin account

Posted by GitBox <gi...@apache.org>.
khiem111189 closed pull request #395:
URL: https://github.com/apache/pulsar-manager/pull/395


   


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