From 8d75583a0751f6db048e3f69f2cb38f54ef784f0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 5 Oct 2020 13:18:46 +0200 Subject: [PATCH] Update manager role for access docker api endpoint (#2091) --- supervisor/api/security.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supervisor/api/security.py b/supervisor/api/security.py index af7e22122..b59d98353 100644 --- a/supervisor/api/security.py +++ b/supervisor/api/security.py @@ -82,8 +82,9 @@ ADDONS_ROLE_ACCESS = { r"|/addons(?:/[^/]+/(?!security).+|/reload)?" r"|/audio/.+" r"|/cli/.+" - r"|/dns/.+" r"|/core/.+" + r"|/dns/.+" + r"|/docker/.+" r"|/hardware/.+" r"|/hassos/.+" r"|/homeassistant/.+"