From 183bb28c1259b55b3f8c4cd7ca32a6e90fec595d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 19 Jan 2025 09:46:32 -0600 Subject: [PATCH] authelia: Allow anonymous access to vminsert This way we can have push-based metrics without requiring any authentication. --- authelia/configuration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 2835a7a..3865e11 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -36,6 +36,10 @@ access_control: networks: - internal policy: bypass + - domain: metrics.pyrocufflink.blue + resources: + - '^/insert/.*' + policy: bypass - domain: metrics.pyrocufflink.blue networks: - internal