lablup / backend.ai

Backend.AI is a streamlined, container-based computing cluster platform that hosts popular computing/ML frameworks and diverse programming languages, with pluggable heterogeneous accelerator support including CUDA GPU, ROCm GPU, TPU, IPU and other NPUs.
https://www.backend.ai
GNU Lesser General Public License v3.0
521 stars 154 forks source link

Per-project container registry mapping (or RBAC) #1908

Open kyujin-cho opened 9 months ago

kyujin-cho commented 9 months ago

After #1907 is resolved, we can create a new table to define relations between user/project and container registry.

Goal

Technical considerations

jopemachine commented 1 week ago

After reviewing, we concluded that we still need to create an m2m table even with RBAC applied. I will proceed with this task within the following PR stack. (https://github.com/lablup/backend.ai/pull/3036)