Merge branch 'main' of 172.30.1.72:egullickson/motovaultpro
All checks were successful
Deploy to Staging / Build Images (push) Successful in 6m0s
Deploy to Staging / Deploy to Staging (push) Successful in 51s
Deploy to Staging / Verify Staging (push) Successful in 2m31s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
All checks were successful
Deploy to Staging / Build Images (push) Successful in 6m0s
Deploy to Staging / Deploy to Staging (push) Successful in 51s
Deploy to Staging / Verify Staging (push) Successful in 2m31s
Deploy to Staging / Notify Staging Ready (push) Successful in 7s
Deploy to Staging / Notify Staging Failure (push) Has been skipped
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -1,16 +1,5 @@
|
|||||||
http:
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
# Request ID forwarding middleware
|
|
||||||
# Note: Traefik v3 lacks native UUID generation
|
|
||||||
# Backend generates X-Request-Id if not present in request
|
|
||||||
# This middleware ensures the header is forwarded when present
|
|
||||||
request-id:
|
|
||||||
headers:
|
|
||||||
customRequestHeaders:
|
|
||||||
X-Forwarded-Host: "{{ .Request.Host }}"
|
|
||||||
# X-Request-Id forwarded automatically via passthrough
|
|
||||||
# Backend responsibility: generate UUID if header missing
|
|
||||||
|
|
||||||
# Security headers middleware
|
# Security headers middleware
|
||||||
secure-headers:
|
secure-headers:
|
||||||
headers:
|
headers:
|
||||||
@@ -96,7 +85,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user