Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-425: Install Pulsar-manager on kubernetes cluster #230

Open
sijie opened this issue Oct 12, 2021 · 1 comment
Open

ISSUE-425: Install Pulsar-manager on kubernetes cluster #230

sijie opened this issue Oct 12, 2021 · 1 comment
Assignees

Comments

@sijie
Copy link
Member

sijie commented Oct 12, 2021

Original Issue: apache#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 .

@david-streamlio
Copy link

Is there any resolution for this? I am trying to use the Pulsar Manager for our training course, but cannot if I am unable to set the username/password to authenticate and (pulsar/pulsar) doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants