From 54f1568e11f297171583c1f6a51ade7dd78abd22 Mon Sep 17 00:00:00 2001 From: Roman Sokolkov Date: Thu, 19 Apr 2018 16:46:52 +0200 Subject: [PATCH] DOCS: Add clarification regarding ssl passthrough --- docs/user-guide/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index 3b8194e03..ed3314c3d 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -348,7 +348,7 @@ The annotation `nginx.ingress.kubernetes.io/ssl-passthrough` allows to configure **Important:** - Using the annotation `nginx.ingress.kubernetes.io/ssl-passthrough` invalidates all the other available annotations. This is because SSL Passthrough works in L4 (TCP). -- The use of this annotation requires the flag `--enable-ssl-passthrough` (By default it is disabled) +- The use of this annotation requires Proxy Protocol to be enabled in the load-balancer. For example enabling Proxy Protocol for AWS ELB is described [here](https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html). If you're using ingress-controller without load balancer then the flag `--enable-ssl-passthrough` is required (by default it is disabled). ### Secure backends