fix(crowdsec-dashboard): Add get_overview to ACL permissions
The new get_overview RPC method was missing from the ACL file, causing "Access denied" errors in the frontend. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b60ceba2a6
commit
239a68f9de
@ -4,6 +4,7 @@
|
|||||||
"read": {
|
"read": {
|
||||||
"ubus": {
|
"ubus": {
|
||||||
"luci.crowdsec-dashboard": [
|
"luci.crowdsec-dashboard": [
|
||||||
|
"get_overview",
|
||||||
"decisions",
|
"decisions",
|
||||||
"alerts",
|
"alerts",
|
||||||
"metrics",
|
"metrics",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user