Move blocked repository configuration into the database and build admin UI to work with it #11030
Closed
8 tasks done
Labels
aspect: abuse
component: dashboard
component: server
feature: admin dashboard
team: webapp
Issue belongs to the WebApp team
Uh oh!
There was an error while loading. Please reload this page.
Gitpod allows for repositories to be blocked, so that workspaces can't be started with those contexts. Support for blocking repositories was added to
components/server
in #9762 where the implementation used server config to provide the list of blocked repos.We'd like to move blocked repository configuration out of server config and into the application database for a few reasons:
gpctl
?)server
config at runtime withkubectl
.Implementation
We don't need to use a feature flag for this; we can support blocked repository config in the database and in server config at the same time. We can then move the repositories that reside in server config into the database and delete the former.
Tasks
The text was updated successfully, but these errors were encountered: