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:
CyberMind-FR 2026-01-14 12:19:58 +01:00
parent b60ceba2a6
commit 239a68f9de

View File

@ -4,6 +4,7 @@
"read": {
"ubus": {
"luci.crowdsec-dashboard": [
"get_overview",
"decisions",
"alerts",
"metrics",