bug fixed

This commit is contained in:
hongming
2018-06-01 16:31:25 +08:00
parent b65ba97e77
commit 5e1cb6b79d
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ type userRuleList struct {
Rules map[string][]rule `json:"rules"`
}
// TODO design all frontend-facing rules
// TODO stored in etcd, allow updates
var (
clusterRoleRuleGroup = []rule{projectsManagement, userManagement, roleManagement, registryManagement,
volumeManagement, storageclassManagement, nodeManagement, appCatalogManagement, appManagement}