-
Notifications
You must be signed in to change notification settings - Fork 597
Fix inconsistencies on TLSRoute documentation #4139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 5 commits
9c620fc
63f461f
35584cf
58c1951
278e488
56c8243
1fabe01
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -12,7 +12,7 @@ implementation(s) you're using with Gateway API. | |||||
|
||||||
!!! info "Experimental Channel" | ||||||
|
||||||
The `TLSRoute` and `BackendTLSPolicy` resources described below are currently only included in the | ||||||
The `TLSRoute` resource described below is currently only included in the | ||||||
"Experimental" channel of Gateway API. For more information on release | ||||||
channels, refer to our [versioning guide](../concepts/versioning.md). | ||||||
|
||||||
|
@@ -26,14 +26,15 @@ For Gateways, there are two connections involved: | |||||
- **upstream**: This is the connection between the Gateway and backend resources | ||||||
specified by routes. These backend resources will usually be Services. | ||||||
|
||||||
With Gateway API, TLS configuration of downstream and | ||||||
upstream connections is managed independently. | ||||||
With Gateway API, TLS configuration of downstream and upstream connections is | ||||||
managed independently. | ||||||
|
||||||
For downstream connections, depending on the Listener Protocol, different TLS modes and Route types are supported. | ||||||
|
||||||
| Listener Protocol | TLS Mode | Route Type Supported | | ||||||
|-------------------|-------------|---------------------| | ||||||
| TLS | Passthrough | TLSRoute | | ||||||
| TLS | Terminate | TLSRoute | | ||||||
|
| TLS | Terminate | TLSRoute | | |
| TLS | Terminate | TLSRoute | * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed this comment! But I have added explicitly that this is extended
Uh oh!
There was an error while loading. Please reload this page.