Skip to content

Commit

Permalink
docs: fix invalid transport_socket value (#9403)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Argueta <[email protected]>
  • Loading branch information
derekargueta authored and lizan committed Dec 19, 2019
1 parent 721ed36 commit 7114dcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/envoy/api/v2/cds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -487,12 +487,12 @@ message Cluster {
// match:
// acceptMTLS: true
// transport_socket:
// name: tls
// name: envoy.transport_sockets.tls
// config: { ... } # tls socket configuration
// - name: "defaultToPlaintext"
// match: {}
// transport_socket:
// name: "rawbuffer"
// name: envoy.transport_sockets.raw_buffer
//
// Connections to the endpoints whose metadata value under *envoy.transport_socket*
// having "acceptMTLS"/"true" key/value pair use the "enableMTLS" socket configuration.
Expand Down
4 changes: 2 additions & 2 deletions api/envoy/api/v3alpha/cds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,12 @@ message Cluster {
// match:
// acceptMTLS: true
// transport_socket:
// name: tls
// name: envoy.transport_sockets.tls
// config: { ... } # tls socket configuration
// - name: "defaultToPlaintext"
// match: {}
// transport_socket:
// name: "rawbuffer"
// name: envoy.transport_sockets.raw_buffer
//
// Connections to the endpoints whose metadata value under *envoy.transport_socket*
// having "acceptMTLS"/"true" key/value pair use the "enableMTLS" socket configuration.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name: "tls_socket"
match:
mtlsReady: "true"
transport_socket:
name: "tls"
name: envoy.transport_sockets.tls
typed_config:
"@type": type.googleapis.com/envoy.api.v2.auth.UpstreamTlsContext
common_tls_context:
Expand Down

0 comments on commit 7114dcd

Please sign in to comment.