mirror of
https://github.com/coder/coder.git
synced 2026-06-04 05:28:20 +00:00
56bdea73b8
To allow tasks to be shareable, we need to share both the `task` resource and the `workspace` resource, and their sharing state needs to be kept in sync. We've already implemented all of the necessary ACL functionality for workspaces, so we can just sort of proxy those ACLs back to the task as well.