Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kyujin-cho opened this issue Feb 15, 2024 · 1 comment · May be fixed by #3065
Open

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

kyujin-cho opened this issue Feb 15, 2024 · 1 comment · May be fixed by #3065
Assignees
Labels
comp:manager Related to Manager component
Milestone

Comments

@kyujin-cho
Copy link
Member

kyujin-cho commented Feb 15, 2024

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

Goal

  • Every users should be capable of having container registry dedicated to itself.
  • Same rule applies to project, and in this case every users residing in that project can benefit from such registries.
    • Along with our long-term project-first architecture, let's make m2m relationship of projects and container registries.

Technical considerations

  • A project can have access to multiple container registries, and a single container registry may be shared by multiple projects.
  • @fregataa How could we replace the per-project accessibility (m2m relationship) with the RBAC subsystem?
@kyujin-cho kyujin-cho added this to the 24.03 milestone Feb 15, 2024
@kyujin-cho kyujin-cho added the comp:manager Related to Manager component label Feb 15, 2024
@jopemachine jopemachine linked a pull request Mar 16, 2024 that will close this issue
3 tasks
@achimnol achimnol changed the title Define many-to-many table to represent relations between user scope (project or individual user) and container registry Per-project container registry mapping Nov 4, 2024
@achimnol achimnol changed the title Per-project container registry mapping Per-project container registry mapping (or RBAC) Nov 4, 2024
@jopemachine
Copy link
Member

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. (#3036)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants