chore: Remove cloudflare-ip-header middleware

This commit is contained in:
Tony Du 2025-03-16 13:58:20 -07:00
parent b21a8b833b
commit 1359936c7e
Signed by: tony
SSH Key Fingerprint: SHA256:mhFElod7vS6ugYoXNATYTUGD3tYvW5yvXbXjP2uWXVw
3 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,7 @@
packages = with pkgs; [
python311
opentofu
linode-cli
kubectl
k9s
] ++

View File

@ -1,3 +1,4 @@
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
@ -6,5 +7,7 @@ metadata:
spec:
headers:
customRequestHeaders:
# This doesn't work
# TODO: Possibly use a plugin to rewrite this header? Or confirm whether
# cloudflare sends XFF header
X-Forwarded-For: "{Cf-Connecting-Ip}"

View File

@ -60,7 +60,7 @@ spec:
websecure:
middlewares:
- traefik-bouncer@kubernetescrd
- traefik-cloudflare-ip-header@kubernetescrd
# - traefik-cloudflare-ip-header@kubernetescrd
trustedIPs:
# https://www.cloudflare.com/ips-v4/#
- 173.245.48.0/20