generated from coulomb/repo-seed
fix(sso-mfa): use ipWhiteList for Traefik v2 in LLDAP and privacyIDEA middleware
Traefik 2.10 (K3s 1.30 bundle) requires ipWhiteList, not ipAllowList. Updated both middleware files and clarified comments to match cluster version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@ metadata:
|
||||
app.kubernetes.io/part-of: net-kingdom-sso-mfa
|
||||
net-kingdom/component: sso
|
||||
spec:
|
||||
ipAllowList:
|
||||
ipWhiteList:
|
||||
# EDIT: replace with your VPN/office CIDRs.
|
||||
sourceRange:
|
||||
- "10.0.0.0/8"
|
||||
|
||||
Reference in New Issue
Block a user