FilterChain
This topic describes the FilterChain configurations of MOSN.
Currently, a MOSN listener supports only one FilterChain.
- A listener supports multiple TLS certificates simultaneously.
- Setting a single
tls_context
instead oftls_context_set
is required for backward compatibility of MOSN (for earlier versions that support configuring only one certificate). This setting method will be gradually abandoned. - For details about the tls_context configuration, see the tls_context.
Settings of a group of network filters.
{
"config": {}
}
type
is a string that describes the filter type.config
can be any json values that describe configurations of different filters.