From 34bc45aa9e0d586c9fdf37c9a14587fa7f67dd7e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 29 Apr 2026 07:51:08 -0400 Subject: [PATCH] Allow monitor to read attributes by 'all' resource. --- confluent_server/confluent/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/confluent/auth.py b/confluent_server/confluent/auth.py index 272db6ef..1629e81d 100644 --- a/confluent_server/confluent/auth.py +++ b/confluent_server/confluent/auth.py @@ -95,6 +95,7 @@ _allowedbyrole = { '/node*/power/state', '/node*/sensors/*', '/node*/attributes/current', + '/node*/attributes/all', '/node*/description', '/noderange/*/nodes/', '/nodes/',