fix: rename ipWhiteList to ipAllowList for Traefik v3 (#103) #104
Reference in New Issue
Block a user
Delete Branch "issue-103-fix-grafana-ipwhitelist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #103
Summary
ipWhiteListmiddleware type toipAllowListconfig/traefik/dynamic/grafana.ymlandconfig/traefik/dynamic/middleware.ymlTest Plan
docker compose restart mvp-traefikdocker compose logs mvp-traefik | grep grafanalogs.motovaultpro.comfrom internal networkThe request-id middleware used {{ .Request.Host }} which is not available at config load time in the file provider. This template error blocked the entire file provider from loading, preventing all file-based middlewares (including grafana-ipwhitelist) from being registered. The middleware was unused (not referenced by any router or chain) and the backend already generates X-Request-Id via randomUUID(). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>