You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
The username & password should work
Screenshots
Desktop (please complete the following information):
(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
The text was updated successfully, but these errors were encountered: