pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Pulsar Manager Username/Password does not work with examples/values-minikube.yaml
Describe the bug When installing the Helm chart with examples/values-minikube.yaml with a modification make it install pulsar_manager. The puslar manager pod is started along with the service and I can access the login page, but the username "pulsar" and password "pulsar" that are set as environment variables on the pod do not work to login. Also checking the pulsar-mini-pulsar-manager-secret shows PULSAR_MANAGER_ADMIN_PASSWORD & PULSAR_MANAGER_ADMIN_USER set with "pulsar" (without quotes).
Note: I can login to the Grafana dashboard.
To Reproduce Steps to reproduce the behavior:
- Follow the Install Pulsar Helm Chart guide here
- modify the examples/values-minikube.yaml file to have pulsar_manager: true set under components.
- minikube service -n pulsar pulsar-mini-pulsar-manager
- Go to login page, enter username = "pulsar" and password = "pulsar" without quotes, and it returns "the username or password is incorrect"
Expected behavior The username & password should work
Screenshots
Desktop (please complete the following information):
- OS: Windows, with Docker & Minikube (Note: I could not run the scripts/pulsar/prepare_helm_release.sh because it doesnt work on windows), so i manually created the namespace.
Additional context
I've manged to login by creating a super user using the following steps. Is there a reason why the helm template username/password does not work?
Is there any progress? I encountered the same problem.
me too!
fixed by #457