From 35033d1f761542d10d84c2e1b5355d2603d4b1fd Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Aug 2019 22:38:34 +0200 Subject: [PATCH] Allow manager role to access DNS API (#1219) --- hassio/api/security.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hassio/api/security.py b/hassio/api/security.py index d84cb9fe7..7346097db 100644 --- a/hassio/api/security.py +++ b/hassio/api/security.py @@ -67,6 +67,7 @@ ADDONS_ROLE_ACCESS = { ), ROLE_MANAGER: re.compile( r"^(?:" + r"|/dns/.*" r"|/homeassistant/.+" r"|/host/.+" r"|/hardware/.+"