Shared Workspaces #13425
Labels
enterprise
Enterprise-license / premium functionality
needs-rfc
Issues that needs an RFC due to an expansive scope and unclear implementation path.
roadmap
https://coder.com/roadmap. Only humans may set this.
There are some cases many users on a group (team) may wish to connect to a single workspace:
Unlike a workspaces today, shared workspaces will be owned by a group, not a user. This prevents secrets from an individual user (e.g. their git credentials) from being shared and instead relies on service accounts.
qa
group owns thewindows-benchmark
workspace which is used for benchmarking.engineering
group owns thescaletest
workspace, used for scale testing.data-science
group owns theexample-datasets
workspace.Requirements
Related
What about pair programming?
Pair programming use cases are handled very well by existing IDE plugins (CodeTogether, VS Code Live Share, Ducky) as they can control read/write terminal access, multiple people typing, and kicking users from the session. These work with Coder today. As a separate effort, we can explore if we create a deeper integration with these pair programming extensions.
The text was updated successfully, but these errors were encountered: