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

Signed-off-by: Nicholas Ciechanowski <nicholas@ciech.anow.ski>
This commit is contained in:
Nicholas Ciechanowski authored and GitHub committed 2026-06-27 21:10:12 +00:00
1 parent ec26b86dd4
commit c548150f99
1 file changed
+1
+1
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",