Move to different team resource operation #2029
gavry
started this conversation in
Feature Requests
Replies: 5 comments
-
Same here, really need this feature for more granular control and access management. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ditto just run into this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah, would be great to have it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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