mirror of
https://github.com/mudler/LocalAI.git
synced 2026-06-27 18:06:58 -04:00
fix(distributed): missing agent NATS permission (#10549)
Signed-off-by: Nicholas Ciechanowski <nicholas@ciech.anow.ski>
This commit is contained in:
committed by
GitHub
parent
ec26b86dd4
commit
c548150f99
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user