- support signing XML-RPC methodResponses as well (for GetSliceTicket())
[plcapi.git] / PLC / Methods / GetAddresses.py
index 24d5aa2..b299295 100644 (file)
@@ -14,7 +14,7 @@ class GetAddresses(Method):
     specified, only the specified details will be returned.
     """
 
-    roles = ['admin', 'pi', 'user', 'tech']
+    roles = ['admin', 'pi', 'user', 'tech', 'node']
 
     accepts = [
         Auth(),