Skip to content

Commit

Permalink
Merge pull request #3682 from ocowchun/patch-1
Browse files Browse the repository at this point in the history
enable use-forwarded-headers for L7 LB
  • Loading branch information
k8s-ci-robot authored Feb 19, 2019
2 parents bef6ff9 + 2f45d4f commit d74dea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/provider/aws/patch-configmap-l7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/part-of: ingress-nginx
data:
use-proxy-protocol: "false"

use-forwarded-headers: "true"
proxy-real-ip-cidr: "0.0.0.0/0" # restrict this to the IP addresses of ELB
---

0 comments on commit d74dea7

Please sign in to comment.