From c645f8b528f9527ca8f5eae577d1bbb1fab195fb Mon Sep 17 00:00:00 2001 From: brumm025 <nick.brummans@wur.nl> Date: Thu, 10 Aug 2023 16:18:19 +0200 Subject: [PATCH] updated README for basic authentication --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ef048..8c5d956 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,13 @@ At this point every member of your project team should have a email with the fol Everyone should be following the web URL. If you see a MLflow project space after filling in your user credentials, continue with the next steps, else contact mdtresearchitsolutions@wur.nl . +NOTE: You need to be on campus network (campus internet/wifi or VPN) in order to reach the project space. + ## User / Role management Every initial member of the project group has the admin role. Members of the project group are free to add new members. -NOTE: The default permission of new users is READ. By making a new user admin, they get all permissions. It is also possible to grant the new user specific permissions to experiments and models. See [documentation](https://mlflow.org/docs/latest/auth/index.html) for more information. +NOTE: The default permission of new users is NO_PERMISSIONS. By making a new user admin, they get all permissions. It is also possible to grant the new user specific permissions to experiments and models. See [documentation](https://mlflow.org/docs/latest/auth/index.html) for more information. ## Install demo requirements -- GitLab