From f6bb367ee7db40d1dab02c16c323c177933cda21 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 21 Aug 2023 12:27:01 +1000 Subject: [PATCH] Remove notifiarr API access. It uses a reverse tunnel --- services/authentication/configs/access.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/services/authentication/configs/access.yml b/services/authentication/configs/access.yml index 87e9c81..7e69fcd 100644 --- a/services/authentication/configs/access.yml +++ b/services/authentication/configs/access.yml @@ -36,11 +36,10 @@ access_control: - 'group:qbittorrent-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|bazarr|notifiarr|readarr-audiobook|readarr-ebook)\.' + - domain_regex: '^(sabnzbd|prowlarr|radarr|sonarr|bazarr|readarr-audiobook|readarr-ebook)\.' policy: bypass resources: - - '^/api$' - - '^/api(/|\?)' + - '^/api(/|\?|$)' - domain_regex: '^prowlarr\.' policy: bypass resources: