Loading
Add granular token authorization to MLOps types in GraphQL
What does this MR do and why?
- Every GraphQL type in the mlops feature category now declares authorize_granular_token.
MlModelandMlExperimentare the only two exposed as root query fields, so they are the entry points a granular token must be scoped for. The others are children of those two and are gated by the parent's permission when the query traverses to them.- No new permissions were needed.
read_ml_modelandread_ml_experimentalready exist with project-boundary from REST
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Hinam Mehra