From 6d27e8a0090aec63525d83a11c3f81fa08d84855 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 fb82af24..95df35f7 100644 --- a/confluent_server/confluent/auth.py +++ b/confluent_server/confluent/auth.py @@ -94,6 +94,7 @@ _allowedbyrole = { '/node*/power/state', '/node*/sensors/*', '/node*/attributes/current', + '/node*/attributes/all', '/node*/description', '/noderange/*/nodes/', '/nodes/',