Skip to content

Commit

Permalink
Merge pull request #2377 from r7vme/sslpassthru
Browse files Browse the repository at this point in the history
DOCS: Add clarification regarding ssl passthrough
  • Loading branch information
k8s-ci-robot authored Apr 19, 2018
2 parents 396a19b + 54f1568 commit 8e57a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e57a47

Please sign in to comment.