Require auth for loki.

This commit is contained in:
2023-08-21 13:24:00 +01:00
parent fa7bfef0ec
commit b89f7286af

View File

@@ -111,6 +111,7 @@ EOH
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.loki.entryPoints=websecure", "traefik.http.routers.loki.entryPoints=websecure",
"traefik.http.routers.loki.middlewares=authentik@file",
"metrics", "metrics",
] ]
} }