mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
feat: add template RBAC/groups (#4235)
This commit is contained in:
@ -20,6 +20,7 @@ const (
|
||||
FeatureBrowserOnly = "browser_only"
|
||||
FeatureSCIM = "scim"
|
||||
FeatureWorkspaceQuota = "workspace_quota"
|
||||
FeatureRBAC = "rbac"
|
||||
)
|
||||
|
||||
var FeatureNames = []string{
|
||||
@ -28,6 +29,7 @@ var FeatureNames = []string{
|
||||
FeatureBrowserOnly,
|
||||
FeatureSCIM,
|
||||
FeatureWorkspaceQuota,
|
||||
FeatureRBAC,
|
||||
}
|
||||
|
||||
type Feature struct {
|
||||
|
Reference in New Issue
Block a user