mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 10:06:34 +00:00
Allow manager role to access DNS API (#1219)
This commit is contained in:
parent
9e41d0c5b0
commit
35033d1f76
@ -67,6 +67,7 @@ ADDONS_ROLE_ACCESS = {
|
|||||||
),
|
),
|
||||||
ROLE_MANAGER: re.compile(
|
ROLE_MANAGER: re.compile(
|
||||||
r"^(?:"
|
r"^(?:"
|
||||||
|
r"|/dns/.*"
|
||||||
r"|/homeassistant/.+"
|
r"|/homeassistant/.+"
|
||||||
r"|/host/.+"
|
r"|/host/.+"
|
||||||
r"|/hardware/.+"
|
r"|/hardware/.+"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user