From 04cc119ae162f58b1c4a00a0dd9dd6724f7e0fb5 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Fri, 15 Nov 2024 13:36:55 -0700 Subject: [PATCH] chore: add host-group read permissions to manifest Fixes #32. --- manifest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.yml b/manifest.yml index ea4dc48..c9174b4 100644 --- a/manifest.yml +++ b/manifest.yml @@ -111,6 +111,7 @@ auth: - real-time-response-admin:write - devices:read - devices:write + - host-group:read - workflow:write - workflow:read - usermgmt:read