zhixinglvren commented on issue #588:
URL: https://github.com/apache/pulsar-manager/issues/588#issuecomment-4087495203
You need find pulsar-manager/application.properties at install workspace
and modify user.management.enable value from true to false
then invoke
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": "[email protected]"}'
now you can use admin/apachepulsar to login
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]