fix(cloner): Add build_progress method to ACL read permissions
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>
This commit is contained in:
parent
b1c9abe5cf
commit
e5782c1f9c
@ -3,7 +3,7 @@
|
|||||||
"description": "Grant access to SecuBox Cloning Station",
|
"description": "Grant access to SecuBox Cloning Station",
|
||||||
"read": {
|
"read": {
|
||||||
"ubus": {
|
"ubus": {
|
||||||
"luci.cloner": ["status", "list_images", "list_tokens", "list_clones", "list_devices"]
|
"luci.cloner": ["status", "list_images", "list_tokens", "list_clones", "list_devices", "build_progress"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"write": {
|
"write": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user