apache / apache/pulsar-manager

the docker image built from the master can not work correctly.

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

Description

the docker image built from the master can not work correctly.

1, when run with command
`docker run -d --name manager -p 9527:9527 -p 7750:7750 apachepulsar/pulsar-manager:latest`
docker container can not start, show errors: `Error: format string...`
After add `SPRING_CONFIGURATION_FILE` and `URL` environment, container can run.

here we should add a default value for 'SPRING_CONFIGURATION_FILE' and `URL`.

2, can not login using `pulsar/pulsar` account.
there is a sentence in `application.properties`:
`If user.management.enable is true, the following account and password will no longer be valid.`

here we should set `user.management.enable` default value `false` for beginner.

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.