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

Add CLI commands to manage users on MLFlow server via REST API #200

Open
matbun opened this issue Sep 3, 2024 · 0 comments
Open

Add CLI commands to manage users on MLFlow server via REST API #200

matbun opened this issue Sep 3, 2024 · 0 comments

Comments

@matbun
Copy link
Collaborator

matbun commented Sep 3, 2024

Add CLI commands to manage users on MLFlow server via REST API: https://mlflow.org/docs/latest/auth/index.html#

Unfortunately, MLFlow server does not provide an admin control panel, thus user management can be done exclusively through REST API.

Commands needed:

  • Create new user
  • Create new experiment
  • Create new model
  • Add user to experiment (or list of experiments)
  • Parse a CSV with fields user, experiment, permission fields, and add those users to the given experiments with given permissions, creating users and experiments if they don't exist.

Unfortunately it is not possible at the moment to list all users registered in the MLFlow server.

@matbun matbun added this to the itwinai 0.3 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant