From cdacfd035e0db11ef1565a5c78f1b9599ce88494 Mon Sep 17 00:00:00 2001 From: f Date: Tue, 2 Jun 2026 17:52:25 -0300 Subject: [PATCH] fix: prometheus querying panel is accessible through basic auth --- compose.prometheus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.prometheus.yml b/compose.prometheus.yml index db94c60..01f4de2 100644 --- a/compose.prometheus.yml +++ b/compose.prometheus.yml @@ -32,6 +32,7 @@ services: - "traefik.http.routers.${STACK_NAME}-prometheus.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}-prometheus.tls=true" - "traefik.http.routers.${STACK_NAME}-prometheus.tls.certresolver=${LETS_ENCRYPT_ENV}" + - "traefik.http.routers.${STACK_NAME}-prometheus.middlewares=basicauth@file" configs: prometheus_yml: