allow node authentication
[plcapi.git] / PLC / Methods / GetPeers.py
index b7509b0..235c27c 100644 (file)
@@ -19,7 +19,7 @@ class GetPeers (Method):
     specified details will be returned.
     """
 
-    roles = ['admin']
+    roles = ['admin', 'node']
 
     accepts = [
         Auth(),