fix(distributed): missing agent NATS permission (#10549)

Signed-off-by: Nicholas Ciechanowski <nicholas@ciech.anow.ski>
This commit is contained in:
Nicholas Ciechanowski
2026-06-28 07:10:12 +10:00
committed by GitHub
parent ec26b86dd4
commit c548150f99

View File

@@ -19,6 +19,7 @@ func WorkerPermissions(nodeID, nodeType string) (pubAllow, subAllow []string) {
// Keep this list in sync with the subscriptions in core/cli/agent_worker.go.
subAllow = []string{
"agent.execute",
"agent.*.cancel",
"jobs.*.cancel",
"jobs.*.progress",
"jobs.*.result",