Require auth for prometheus.

This commit is contained in:
2023-08-21 13:25:32 +01:00
parent b89f7286af
commit 80adf4bf7a

View File

@@ -25,6 +25,7 @@ job "prometheus" {
tags = [ tags = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.prometheus.entryPoints=websecure", "traefik.http.routers.prometheus.entryPoints=websecure",
"traefik.http.routers.prometheus.middlewares=authentik@file",
] ]
check { check {