fix: rename ipWhiteList to ipAllowList for Traefik v3 (#103) #104

Merged
egullickson merged 2 commits from issue-103-fix-grafana-ipwhitelist into main 2026-02-06 03:21:48 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9ed4afb9a8 - Show all commits

View File

@@ -1,7 +1,7 @@
http: http:
middlewares: middlewares:
grafana-ipwhitelist: grafana-ipwhitelist:
ipWhiteList: ipAllowList:
sourceRange: sourceRange:
- "10.0.0.0/8" - "10.0.0.0/8"
- "172.16.0.0/12" - "172.16.0.0/12"

View File

@@ -96,7 +96,7 @@ http:
# IP whitelist for development (optional) # IP whitelist for development (optional)
local-ips: local-ips:
ipWhiteList: ipAllowList:
sourceRange: sourceRange:
- "127.0.0.1/32" - "127.0.0.1/32"
- "10.0.0.0/8" - "10.0.0.0/8"