Changeset 0.28.7 (#193)
This commit is contained in:
@@ -29,6 +29,7 @@ const (
|
||||
PermTaskCreate = "task.create" // create scheduled tasks (v0.27.2)
|
||||
PermTaskAdmin = "task.admin" // manage all tasks, set global task config (v0.27.2)
|
||||
PermTaskAction = "task.action" // create non-LLM action tasks (v0.28.0)
|
||||
PermTaskStarlark = "task.starlark" // create Starlark tasks (pre-positioned for v0.29.0)
|
||||
)
|
||||
|
||||
// AllPermissions is the complete set of valid permission strings.
|
||||
@@ -49,6 +50,7 @@ var AllPermissions = []string{
|
||||
PermTaskCreate,
|
||||
PermTaskAdmin,
|
||||
PermTaskAction,
|
||||
PermTaskStarlark,
|
||||
}
|
||||
|
||||
// ── Resolution ──────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user