Skip to content

Commit

Permalink
Merge pull request #512 from ankon/patch-1
Browse files Browse the repository at this point in the history
Fix typos regarding the ssl-passthrough annotation documentation
  • Loading branch information
aledbf authored Mar 27, 2017
2 parents e2c7a53 + 9dcac88 commit 68831cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/nginx/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ If you specify both annotations in a single Ingress rule, `limit-rps` takes prec

### SSL Passthrough

The annotation `ingress.kubernetes.io/ssl-lassthrough` allows to configure TLS termination in the pod and not in NGINX.
The annotation `ingress.kubernetes.io/ssl-passthrough` allows to configure TLS termination in the pod and not in NGINX.
This is possible thanks to the [ngx_stream_ssl_preread_module](https://nginx.org/en/docs/stream/ngx_stream_ssl_preread_module.html) that enables the extraction of the server name information requested through SNI from the ClientHello message at the preread phase.

**Important:** using the annotation `ingress.kubernetes.io/ssl-lassthrough` invalidate all the other availables annotations. This is because SSL Passthrough works in L4 (TCP).
**Important:** using the annotation `ingress.kubernetes.io/ssl-passthrough` invalidates all the other available annotations. This is because SSL Passthrough works in L4 (TCP).


### Secure backends
Expand Down

0 comments on commit 68831cb

Please sign in to comment.