diff --git a/config_schema.json b/config_schema.json index 0a5ad1a6..be0c38f8 100644 --- a/config_schema.json +++ b/config_schema.json @@ -152,11 +152,13 @@ "stringSliceField": { "defaultValue": [ "administer", + "archive", "create", "delete", "export", "read", - "restrict_content" + "restrict_content", + "update" ], "rules": {} } diff --git a/pkg/config/config.go b/pkg/config/config.go index 0dff2597..e442f19f 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -11,11 +11,13 @@ var defaultNouns = []string{ var defaultVerbs = []string{ "administer", + "archive", "create", "delete", "export", "read", "restrict_content", + "update", } var (