[feature]: Capability in god-mode / envfile to have options to disable/limit the creation of new workspace in self-hosted
Open
@vihar is already working on this.
Since Sep 27, 2024.
✨feature
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Is there an existing issue for this?
- I have searched the existing issues
Summary
A option in environment variable where e.g.
DISABLE_WORKSPACE_CREATION="1"
or in god-mode where a toggle to disable creation of workspace / limit who can create workspace (optional)
Why should this be worked on?
Prevent outside user which given guest permission from workspace to create inbox issue suggestion to create workspace which consume unnecessary and unauthorised resource for the self-hosted instance
Current workaround
Use some service access control product to limit the access to certain path, but not a perfect solution since the one I used can only block the UI access but not the API request which would block the normal request as well
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.