Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
adminnz opened this issue Apr 2, 2022 · 4 comments

Comments

@adminnz
Copy link

adminnz commented Apr 2, 2022

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
Copy link
Author

adminnz commented Apr 2, 2022

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?

@shuiyunwudi
Copy link

Is there any progress? I encountered the same problem.

@ton3r
Copy link

ton3r commented Nov 30, 2023

me too!

@lhotari
Copy link
Member

lhotari commented Feb 14, 2024

fixed by #457

@lhotari lhotari closed this as completed Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants