fix: rename ipWhiteList to ipAllowList for Traefik v3 compatibility (refs #103)
Some checks failed
Deploy to Staging / Build Images (pull_request) Successful in 33s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 52s
Deploy to Staging / Verify Staging (pull_request) Failing after 6m8s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Failing after 9s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-02-05 20:40:28 -06:00
parent b812282d69
commit 9ed4afb9a8
2 changed files with 2 additions and 2 deletions

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"