feat: move profile scope to launch policy
This commit is contained in:
@@ -2,7 +2,6 @@ local p = yoi.profile.import("builtin:default")
|
||||
|
||||
p.slug = "orchestrator"
|
||||
p.description = "Orchestrator role profile with bundled reusable policy"
|
||||
p.scope = "workspace_read"
|
||||
p.worker.instruction = "$yoi/role/orchestrator"
|
||||
p.feature = {
|
||||
task = { enabled = false },
|
||||
@@ -12,6 +11,5 @@ p.feature = {
|
||||
ticket = { enabled = true, access = "lifecycle" },
|
||||
ticket_orchestration = { enabled = true },
|
||||
}
|
||||
p.delegation_scope = "workspace_write"
|
||||
|
||||
return p
|
||||
|
||||
Reference in New Issue
Block a user