Skip to content

Commit

Permalink
docs: add missing typed_config for tls_inspector (envoyproxy#32042)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacek Ewertowski <[email protected]>
  • Loading branch information
jewertow authored Jan 26, 2024
1 parent 79f29d5 commit 462fef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/root/faq/configuration/sni.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ The following is a YAML example of the above requirement.
socket_address: { address: 127.0.0.1, port_value: 1234 }
listener_filters:
- name: "envoy.filters.listener.tls_inspector"
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.listener.tls_inspector.v3.TlsInspector
filter_chains:
- filter_chain_match:
server_names: ["example.com", "www.example.com"]
Expand Down

0 comments on commit 462fef1

Please sign in to comment.