kponichtera commented on issue #451: URL: https://github.com/apache/pulsar-manager/issues/451#issuecomment-1201696167
I lost half a day trying to figure out why `user.management.enable` property doesn't work for me - the user specified by `pulsar-manager.account` didn't work for me at all. Turns out these properties are not used in the code anymore - the are just dead, autowired property values. The README also mentions: > *If you are deploying Pulsar Manager 0.1.0* using the released container, you can log in the Pulsar Manager UI using the following credentials. > > Account: pulsar > Password: pulsar > > *If you are deploying Pulsar Manager using the latest code*, you can create a super-user using the following command. @goncalocribeiro The code in https://github.com/apache/pulsar-manager/pull/351 does not exist in the repository anymore. I'm wondering if making these properties dead was a deliberate change and sombody forgot to remove the dead code, or the functionality was lost as a result of some code cleanup. If it's the former case then it's a pity, cause it was very handy for the locally-deployed development Pulsar instances. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org