The build_progress RPCD method was missing from ACL, causing "Access denied" (-32002) errors when polling build status. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
380 B
JSON
16 lines
380 B
JSON
{
|
|
"luci-app-cloner": {
|
|
"description": "Grant access to SecuBox Cloning Station",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.cloner": ["status", "list_images", "list_tokens", "list_clones", "list_devices", "build_progress"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.cloner": ["generate_token", "build_image", "tftp_start", "tftp_stop", "delete_token", "delete_image"]
|
|
}
|
|
}
|
|
}
|
|
}
|