mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/etpro-telemetry: add missing ACL; closes #4232
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= etpro-telemetry
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_REVISION= 4
|
||||
PLUGIN_COMMENT= ET Pro Telemetry Edition
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
PLUGIN_WWW= https://docs.opnsense.org/manual/etpro_telemetry.html
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<acl>
|
||||
<page-dashboard-widget-etpro-telemetry>
|
||||
<name>Dashboard: ET Pro Telemetry widget</name>
|
||||
<patterns>
|
||||
<pattern>api/diagnostics/proofpoint_et/status</pattern>
|
||||
</patterns>
|
||||
</page-dashboard-widget-etpro-telemetry>
|
||||
</acl>
|
||||
Reference in New Issue
Block a user