Replies: 2 comments
-
Hi, Currently, our focus has been on workspaces that are owned by users, and as such, we do not support sharing at the moment. Regarding your use case, could you clarify whether you expect both users to be able to work on the workspace simultaneously? |
Beta Was this translation helpful? Give feedback.
-
Hello, we are envisioning something where more than one user can access the workspace simultaneously. It is basically for a team lead to be able to access the workspaces of all their team members, but not necessarily collaborate with them in real time. We were able to make this work by modifying the If it was possible to specify a list of users when creating a workspace, and the operator to write that list in the configmap, then this would fulfill our use case. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am busy integrating
@eclipse-theiacloud/common
into my own application, and I am using the following API to create a workspace:This operation is successful and I am able to launch the workspace by calling the following:
In the above,
[email protected]
is able to launch their workspace and everything works fine.My question is, how would I specify that
[email protected]
should also have access to that same workspace?Beta Was this translation helpful? Give feedback.
All reactions