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
After this step , i hit this url http://127.0.0.1:9527 in browser and logging with credentials ( admin/apachepulsar ) . But it says incorrect username or password .
FYI , But this issue is not happened when i am using pulsar-manager v0.1.0 . Here i am able to login with ( pulsar/pulsar ). For this v0.1.0 , i didn't use the command to set account and password because by default ( pulsar/pulsar ) are the credentials .
Please help me on this issue .
The text was updated successfully, but these errors were encountered:
Original Issue: apache#432
Below steps i followed
For installing pulsar-manager :
docker pull apachepulsar/pulsar-manager:v0.2.0
docker run -it
-p 9527:9527 -p 7750:7750
-e SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties
-e URL='jdbc:postgresql://127.0.0.1:5432/pulsar_manager'
-e USERNAME=pulsar
-e PASSWORD=postgres
--link pulsar-standalone
apachepulsar/pulsar-manager:v0.2.0
Pulsar manager installed successfully . Then i need to set administrator account and password , for that i followed below command
CSRF_TOKEN=$(curl http://localhost: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://localhost:7750/pulsar-manager/users/superuser
-d "{"name": "admin", "password": "apachepulsar", "description": "test", "email": "username@test.org"}"
After this step , i hit this url http://127.0.0.1:9527 in browser and logging with credentials ( admin/apachepulsar ) . But it says incorrect username or password .
FYI , But this issue is not happened when i am using pulsar-manager v0.1.0 . Here i am able to login with ( pulsar/pulsar ). For this v0.1.0 , i didn't use the command to set account and password because by default ( pulsar/pulsar ) are the credentials .
Please help me on this issue .
The text was updated successfully, but these errors were encountered: