You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the above command iam getting below error. what's the fix
Error :
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
The text was updated successfully, but these errors were encountered:
Original Issue: apache#428
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"}'
While running the above command iam getting below error. what's the fix
Error :
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
The text was updated successfully, but these errors were encountered: