How to share/allow all organization members to access my codespace? #57625
Replies: 3 comments 3 replies
-
Thank for the question @hsein-bitar! A single codespace is today scoped to a single user, there is no way to grant someone access to a specific codespace and have it show up in their list of active codespaces. That said, we offer a lot of tools to configure a repository to quickly create identical, isolated codespaces for all the members of your team (configuration via the If your goal is to share demos of a project running on the machine, you may consider forwarding a port and setting it as public. Your request is analogous to all team members allowing persistent access to one's dev machine. I'd love to learn further why you find this uniquely useful (and why existing solutions like Live Share aren't sufficient). |
Beta Was this translation helpful? Give feedback.
-
Thanks @joshspicer, I would like this for passing a codespace between our devlopment and QA teams. For example, QA finds and replicates an issue (reproducing the bug may include database state changes inside the container). Then I'd like a developer to log into the same codespace, make some code fixes, and pass it back to the QA team for testing (all happening in a single codespace dedicated for a PR). So I think what we're missing is how to have a shared database isolated per-PR. The port forwarding sounds helpful for live joint debugging, but much of this would need to be asynchronous with people being online at different times. Do you have any other recommendations on how to approach this? |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I would like to make the codespace that I create be open to my organization members by default.
I would like to avoid having to start a live sharing session and using extensions.
Also, it would be ideal if the solution is cli based - so that I can automate this authorization process.
I can't find any documentation for doing that, any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions