Skip to content

Move read_model_experiments to resource

What does this MR do and why?

Follow up from !134908 (comment 1615546577)

Mlflow client is also being used on Model registry on mlflow/registered_models and mlflow/model_versions, which has two different authorization policies (read|write_model_registry). To avoid collision, this read|write model experiments is being moved into their own resources. This does not affect how Models experiments endpoints work

Changelog: changed

How to set up and validate locally

Tests already cover the changes

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #429224 (closed)

Edited by Eduardo Bonet

Merge request reports