pulsar-helm-chart icon indicating copy to clipboard operation
pulsar-helm-chart copied to clipboard

Pulsar Manager Username/Password does not work with examples/values-minikube.yaml

Open adminnz opened this issue 2 years ago • 2 comments

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:

  1. Follow the Install Pulsar Helm Chart guide here
  2. modify the examples/values-minikube.yaml file to have pulsar_manager: true set under components.
  3. minikube service -n pulsar pulsar-mini-pulsar-manager
  4. 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 secret_screenshot

pulsar-manager-pod_screenshot

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

adminnz avatar Apr 02 '22 05:04 adminnz

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?

adminnz avatar Apr 02 '22 08:04 adminnz

Is there any progress? I encountered the same problem.

shuiyunwudi avatar Jul 06 '22 09:07 shuiyunwudi

me too!

ton3r avatar Nov 30 '23 12:11 ton3r

fixed by #457

lhotari avatar Feb 14 '24 18:02 lhotari