From 127154c3175657ff2a0d72acab13a76d306e47d8 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 9 Oct 2017 09:50:23 +0200 Subject: [PATCH] PMG/API2/Nodes.pm - fix permissions for rrddata --- PMG/API2/Nodes.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PMG/API2/Nodes.pm b/PMG/API2/Nodes.pm index 1c9e8b6..a03bf6c 100644 --- a/PMG/API2/Nodes.pm +++ b/PMG/API2/Nodes.pm @@ -113,6 +113,7 @@ __PACKAGE__->register_method({ method => 'GET', protected => 1, # fixme: can we avoid that? proxyto => 'node', + permissions => { check => [ 'admin', 'audit' ] }, description => "Read node RRD statistics", parameters => { additionalProperties => 0, -- 2.39.5