opendatahub-io / architecture-decision-records

Collection of Architectural Decision Records
Apache License 2.0
13 stars 33 forks source link

Adding the Model Registry Tenancy Model #55

Closed rareddy closed 1 month ago

rareddy commented 2 months ago

Adding Model Registry's Tenancy and RBAC Designs

Description

This commit adds the details about the Model Registry deployment model in the OpenShift AI, then later describes how it uses Service Mesh and Authorino to support RBAC, mTLS and show the tenancy model where a single model registry can be shared by more than a single project in ODH.

rareddy commented 2 months ago

@dhirajsb can you please review and approve?

dhirajsb commented 1 month ago

@rareddy is this all the content of the ADR docs I had put together earlier? Is there any way to keep the discussions from the docs? Some of them kinda explained the motivations in the design.

rareddy commented 1 month ago

I took what is the current implementation of it. Here we only need to show that. If you want we can refer to full document.

dhirajsb commented 1 month ago

I need to update some diagrams based on the current implementation. I'm working on a PR for it now.

dhirajsb commented 1 month ago

I opened a PR on your repo https://github.com/rareddy/architecture-decision-records/pull/1 with the updates.

rareddy commented 1 month ago

@etirelli Can you approve this PR please? Thank you.