From b2f08ad0ed30fca3e684ddacbb57f48be3cc137a Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 27 Feb 2023 08:32:42 +1100 Subject: [PATCH] Add bazarr to the API list --- services/authentication/configs/access.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/authentication/configs/access.yml b/services/authentication/configs/access.yml index 4defe3c..b623ccd 100644 --- a/services/authentication/configs/access.yml +++ b/services/authentication/configs/access.yml @@ -36,7 +36,7 @@ access_control: - 'group:transmission-basic' # Disable authentication on API protected by API keys. # Note those are behind authelia, therefore external access to the API; internal access doesn't require a bypass - - domain_regex: '^(sabnzbd|prowlarr|radarr|sonarr|notifiarr|readarr-audiobook|readarr-ebook)\.' + - domain_regex: '^(sabnzbd|prowlarr|radarr|sonarr|bazarr|notifiarr|readarr-audiobook|readarr-ebook)\.' policy: bypass resources: - '^/api$'