From b89f7286af7433cd446bcc11d581c8dbfeac8915 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 21 Aug 2023 13:24:00 +0100 Subject: [PATCH] Require auth for loki. --- services/loki.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/services/loki.hcl b/services/loki.hcl index 020fa44..f879f68 100644 --- a/services/loki.hcl +++ b/services/loki.hcl @@ -111,6 +111,7 @@ EOH tags = [ "traefik.enable=true", "traefik.http.routers.loki.entryPoints=websecure", + "traefik.http.routers.loki.middlewares=authentik@file", "metrics", ] }