Results 64 comments of Guangning E

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":...

The reason for this problem is that the service URL is not prefixed with HTTP, and a judgment should be added. if the service URL provided by the user does...

@jiawulin001 You can try to get cluster information: ``` ./bin/pulsar-admin clusters get standalone ``` Update cluster data: ``` ./bin/pulsar-admin clusters update standalone --url http://192.168.56.101:8080 ```

@fantapsody PTAL

Move it to next version -> sn-platform-1.6.3

> I found some jwt auth related configuration in values.yaml and volumeMounts definitions in templates, but no configuration in broker and proxy. How should we handle this, fix or remove?...

@ciiiii @fantapsody PTAL I'll be adding some integration tests to the next pr, as the tests seem to bring in a lot of dependencies like hydra