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

[Enhancement]: Enable root password configuration at startup #33058

Open
1 task done
timheuer opened this issue May 14, 2024 · 0 comments
Open
1 task done

[Enhancement]: Enable root password configuration at startup #33058

timheuer opened this issue May 14, 2024 · 0 comments
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@timheuer
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

When using standalone, it would be helpful to set the root password to something other than default using an environment value and/or config. like MILVUS_ROOT_PASSWORD. This would enable the standalone container to start in a more secure manner and configurable, rather than having to start a Milvus instance, then have a separate client use the default admin password, and update itself. Saving a step.

Why is this needed?

The default password for root is well documented. Not having a way to change this in config for startup of the standalone leaves an opening for even authenticated commands to just guess at the default (it's the equivalent of admin/admin). Other containers I've worked with enable setting the root password as a configurable aspect in environment variables so that it is secure at startup.

Anything else?

No response

@timheuer timheuer added the kind/enhancement Issues or changes related to enhancement label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

1 participant