-
Notifications
You must be signed in to change notification settings - Fork 227
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
Param pulsar_manager.admin.user/pulsar_manager.admin.password used in the wrong place #31
Comments
@tabalt I think the current pulsar-manager version doesn't support changing the login user and password very well. We are releasing pulsar-manager v0.2.0. It will support setting user and password. |
/cc @tuteng |
I notice v0.2.0 of pulsar-manager was released, and I tried it a couple of weeks ago. I don't think it supports this yet. The issue appears to be tracked here: apache/pulsar-manager#297 . They do mention a workaround (which I haven't tried). |
…default Fixes apache#31 Fixes apache#108 - disable pulsar_manager by default because of security reasons - set properties compatible with pulsar-manager v0.2.0, https://github.com/apache/pulsar-manager/blob/v0.2.0/src/main/resources/application.properties#L87-L91 - remove obsolete environment variables
Please review PR #212, it should fix this issue. |
…pache#31) Fix: healthcheck metrics with broker and expose to prometheus Co-authored-by: rajan <[email protected]>
Issue should be resolved by #457 |
Describe the bug
I am try to set pulsar_manager.admin.user/pulsar_manager.admin.password for login pulsar-manager ui, But it's actually used as the account/password for outside PostgreSQL instance.
To Reproduce
helm upgrade --install pulsar charts/pulsar --set pulsar_manager.admin.user=pulsarpulsar --set pulsar_manager.admin.password=pulsarpulsar -n pulsar
The text was updated successfully, but these errors were encountered: