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/10/12 08:32:57 UTC

[GitHub] [pulsar-manager] pgandhap opened a new issue #425: Install Pulsar-manager on kubernetes cluster

pgandhap opened a new issue #425:
URL: https://github.com/apache/pulsar-manager/issues/425


   Iam wanna to use pulsar-manager for GUI management, monitoring tool and following this https://pulsar.apache.org/docs/en/administration-pulsar-manager/. In this on step ( Set administrator account and password ) , when i ran -> 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": "username@test.org"}'      this cmd it throws error with below
   curl: (6) Could not resolve host: $CSRF_TOKEN'
   curl: (6) Could not resolve host: XSRF-TOKEN=$CSRF_TOKEN;'
   {"timestamp":"2021-10-12T03:27:07.419+0000","status":403,"error":"Forbidden","message":"Forbidden","path":"/pulsar-manager/users/superuser"}curl: (6) Could not resolve host: admin,
   curl: (6) Could not resolve host: password
   curl: (6) Could not resolve host: apachepulsar,
   curl: (6) Could not resolve host: description
   curl: (6) Could not resolve host: test,
   curl: (6) Could not resolve host: email
   curl: (3) [globbing] unmatched close brace/bracket in column 18
    **Can anyone help on this** .


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

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