When I verified it, I tried to create a super-user by following the guide here [1] but it failed.
```bash CSRF_TOKEN=$(curl http://localhost:7750/pulsar-manager/csrf-token) curl -H "X-XSRF-TOKEN: $CSRF_TOKEN" \ -H "Cookie: XSRF-TOKEN=$CSRF_TOKEN;" \ -H 'Content-Type: application/json' \ -X PUT http://localhost:7750/pulsar-manager/users/superuser \ -d '{"name": "admin", "password": "apachepulsar", "description": "test", "email": "usern...@test.org"}' ``` The error message is {"message":"Add super user success, please login"} Not sure if there is something wrong with the document. I searched and found a similar issue [2] but the code referred in the comment is no longer valid. Not sure if the previous releases have the same problem. But the experience is really terrible to be stuck here. [1] https://github.com/apache/pulsar-manager#access-pulsar-manager [2] https://github.com/apache/pulsar-manager/issues/391 Thanks, Yunze On Fri, May 5, 2023 at 2:18 PM Yunze Xu <y...@streamnative.io> wrote: > > Hi Tison, > > I uncompressed the apache-pulsar-manager-0.4.0-src.tar.gz and got the > `pulsar-manager-0.4.0-candidate-1` directory. It seems that we need to > drop the `-candidate-x` suffix for the directory. Though I checked the > official apache-pulsar-manager-0.3.0-src.tar.gz and got the > `pulsar-manager-0.3.0-candidate-3` as well. > > Thanks, > Yunze > > On Wed, Apr 19, 2023 at 10:59 AM tison <wander4...@gmail.com> wrote: > > > > Hi everyone, > > > > Please review and vote on the release candidate #1 for the version 0.4.0, > > as follows: > > > > [ ] +1, Approve the release > > [ ] -1, Do not approve the release (please provide specific comments) > > > > The complete staging area is available for your review, which includes: > > * Release notes > > https://github.com/apache/pulsar-manager/releases/tag/v0.4.0-candidate-1 > > * The official Apache source and binary distributions to be deployed to > > dist.apache.org > > * Source code tag "v0.4.0" > > > > PulsarManager's KEYS file contains PGP keys we used to sign this release: > > https://downloads.apache.org/pulsar/KEYS > > > > Please download these packages and review this release candidate: > > > > - Review release notes > > - Download the source package (verify shasum, and asc) and follow the > > instructions to build and run the pulsar-manager front end and back-end > > service. > > - Download the binary package (verify shasum, and asc) and follow the > > instructions to run the pulsar-manager front-end and back-end service. > > > > The vote will be open for at least 72 hours. It is adopted by majority > > approval, with at least 3 PMC affirmative votes. > > > > Source and binary files: > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-manager/apache-pulsar-manager-0.4.0/apache-pulsar-manager-0.4.0-bin.tar.gz > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-manager/apache-pulsar-manager-0.4.0/apache-pulsar-manager-0.4.0-src.tar.gz > > > > Best, > > tison.