Is there a way to manage permissions at an experiment level in MLflow? We would like to have a shared server but would like to be able to manage permissions at an experiment level - e.g. admin can view all experiments, user_group1 can manage experiment1 - perhaps different groups can see results vs post results.
It looks like it is possible in databricks: https://docs.databricks.com/administration-guide/access-control/workspace-acl.html#experiment-permissions but I can't find anything in the opensource APIdocs.
Thanks.