You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/09 09:14:37 UTC

[GitHub] [pulsar-manager] xdewx commented on issue #471: login error!

xdewx commented on issue #471:
URL: https://github.com/apache/pulsar-manager/issues/471#issuecomment-1272496303

   > > ```shell
   > > CSRF_TOKEN=$(curl http://backend-service: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://backend-service:7750/pulsar-manager/users/superuser \
   > >     -d '{"name": "admin", "password": "apachepulsar", "description": "test", "email": "username@test.org"}'
   > > ```
   > 
   > same issue, the curl return "Empty reply from server" as response, Do you solve this problem in the final?
   
   I solved it. make sure:
   1. pod & service all is up
   2. follow instruction in README


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org