Move to different team resource operation #2029
Replies: 6 comments
-
Same here, really need this feature for more granular control and access management. |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
Ditto just run into this issue. |
Beta Was this translation helpful? Give feedback.
-
Yeah, would be great to have it |
Beta Was this translation helpful? Give feedback.
-
Same here. Would like to pass projects and services across teams. R&D team and prod team for example. |
Beta Was this translation helpful? Give feedback.
-
We've set up a bunch of resources under the root team (foolishly), but now would like to allow granular access to other members. It seems our only option is to recreate the resources under the other teams, but we'd love the ability to move the resource to a project in another team. Maybe by showing all projects of all teams that the current user is an admin of? An additional (but prob unnecessary) convenience could be to move a whole project to a different team.
Edit:
This is possibly a larger lift than expected because servers aren't currently shareable between teams:
#1820
Which led me to here:
https://github.com/coollabsio/coolify/blob/main/app/Models/Server.php
(if I understand correctly, Server has a many-to-one relationship with Team? Which means this may require the creation of a connector table to allow for many-to-many)
Beta Was this translation helpful? Give feedback.
All reactions