MLflow Authorization usage¶
Experiment Authorization¶
When a user creates an experiment, that user is automatically assigned Manager permissions for the experiment. Subsequently, managers of the experiment can add other users or groups and assign them Reader, Editor or Manager permissions. The following is the User Interface extension to standard mlflow that enables this capability
Note
All Experiment runs inherit the permissions of the Experiment
Model Authorization¶
When a user creates a model, that user is automatically assigned Manager permissions for the model. Subsequently, managers of the model can add other users or groups and assign them Reader, Editor or Manager permissions. The following is the User Interface extension to standard mlflow that enables this capability
Note
All Model Versions runs inherit the permissions of the Model