Prevent the user from accessing or modifying other users’ repositories or folders. #7299
Unanswered
Rockstarravo
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The only way to achieve this right now is to launch a separate code-server process for each user. You can either use permissions to restrict the file access, or you can use separate containers. You could use something like https://github.com/coder/coder to achieve this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, users have the ability to access or modify repositories and folders that belong to other users. To ensure proper security and data privacy, we need to implement restrictions that prevent users from reading or writing to repositories or folders that do not belong to them.
Please assist to me on above enforcement
Beta Was this translation helpful? Give feedback.
All reactions