diff --git a/docs/root/configuration/listeners/listener_filters/tls_inspector.rst b/docs/root/configuration/listeners/listener_filters/tls_inspector.rst index e9897435e8809..9e6d424485e5f 100644 --- a/docs/root/configuration/listeners/listener_filters/tls_inspector.rst +++ b/docs/root/configuration/listeners/listener_filters/tls_inspector.rst @@ -15,8 +15,10 @@ from the client. This can be used to select a of a :ref:`FilterChainMatch `. * :ref:`SNI ` -* :ref:`v2 API reference ` -* This filter should be configured with the name *envoy.filters.listener.tls_inspector*. +* :ref:`v3 API reference ` +* This filter may be configured with the name *envoy.filters.listener.tls_inspector* or + *type.googleapis.com/envoy.extensions.listeners.tls_inspector.v3.TlsInspector* as the + `type_url `_. Example ------- @@ -29,10 +31,20 @@ A sample filter configuration could be: - name: "envoy.filters.listener.tls_inspector" typed_config: {} +Or by specifying the `type_url `_ +of the *typed_config*: + +.. code-block:: yaml + + listener_filters: + - name: "tls_inspector" + typed_config: + "@type": type.googleapis.com/envoy.extensions.listeners.tls_inspector.v3.TlsInspector + Statistics ---------- -This filter has a statistics tree rooted at *tls_inspector* with the following statistics: +This filter has a statistics tree rooted at *tls_inspector* with the following statistics: .. csv-table:: :header: Name, Type, Description