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

Allow to update application.properties for pulsar-manage #400

Open
splix opened this issue Oct 25, 2023 · 0 comments
Open

Allow to update application.properties for pulsar-manage #400

splix opened this issue Oct 25, 2023 · 0 comments

Comments

@splix
Copy link

splix commented Oct 25, 2023

Is your feature request related to a problem? Please describe.

pulsar-manager pod comes with the following application.properties:

...
# If user.management.enable is true, the following account and password will no longer be valid.
pulsar-manager.account=pulsar
pulsar-manager.password=pulsar
# If true, the database is used for user management
user.management.enable=true
...

The last option invalidates the pulsar/pulsar login.

Describe the solution you'd like

I'd like to configure the access credentials via a standard Kubernetes secret, but since pod doesn't have a way to update individual values or whole application.properties it's not working.

Ideally, it should be able to read application.properties from a ConfigMap where I can disable/enable user management, and set default values, as well as placeholders for Spring.

Currently, the Deployment already reads the USERNAME and PASSWORD from a secret, but because it's disabled in application.properties it's not helping.

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

1 participant