-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: Add association table between ContainerRegistries
with Users
#1960
base: main
Are you sure you want to change the base?
feat: Add association table between ContainerRegistries
with Users
#1960
Conversation
ContainerRegistries
with Users
tableContainerRegistries
with Users
5a04200
to
b86efe8
Compare
f79f8b0
to
7505e1e
Compare
96fd0d5
to
c57e880
Compare
0529d8f
to
a27f32f
Compare
956f205
to
0fe95df
Compare
9732dfa
to
443a62f
Compare
97f826c
to
78477bc
Compare
a2349c0
to
9f44f5c
Compare
9f44f5c
to
ba83a7a
Compare
d0fa33a
to
bfd11a3
Compare
bfd11a3
to
412b9a1
Compare
This PR has not been updated for a long time and includes changes from the old container registry migration PR. I will update it soon. -> Merge with the main branch completed. |
According to the priority, I will first create the m2m table between the |
e77a2e7
to
efdb340
Compare
If we can replace m2m table itself with RBAC, we will skip this PR. |
After reviewing, we concluded that even with RBAC applied, we should still create an m2m table. |
Checklist: (if applicable)
Will fix #1908, #1910
Changes
ContainerRegistries
withUsers