From 745845db19a35424aba47debdc70335831b0a96a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 12 Sep 2020 18:00:05 +0200 Subject: [PATCH] Allow manager add-on access to observer (#2046) * Allow manager add-on access to observer * fix order --- supervisor/api/security.py | 1 + 1 file changed, 1 insertion(+) diff --git a/supervisor/api/security.py b/supervisor/api/security.py index a213c594d..af7e22122 100644 --- a/supervisor/api/security.py +++ b/supervisor/api/security.py @@ -90,6 +90,7 @@ ADDONS_ROLE_ACCESS = { r"|/host/.+" r"|/multicast/.+" r"|/network/.+" + r"|/observer/.+" r"|/os/.+" r"|/snapshots.*" r"|/supervisor/.+"