apache / apache/pulsar-manager

empty replay for csrf-token

Open
#497 3 comments 3 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
539
Forks
239
PR merge metrics
No merged PRs in 30d

Description

- Step1: install pulsar-manager with docker with version v0.3.0

```
docker pull apachepulsar/pulsar-manager:v0.3.0
docker run -it \
-p 9527:9527 -p 7750:7750 \
-e SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties \
apachepulsar/pulsar-manager:v0.3.0
```

- Step2: access ui with url: http://localhost:9529

-- 2.1: login in with user pulsar/pulsar
-- 2.2: login in response with: 404

- Step3: get token

-- 3.1
`curl http://localhost:7750/pulsar-manager/csrf-token
`
-- 3.2
`curl: (52) Empty reply from server
`
### Question is:
What's wrong with my steps or anything wrong with pulsar-manager v0.3.0 ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.