mirror of https://github.com/istio/istio.io.git
Update reference docs. (#3782)
This commit is contained in:
parent
d266753179
commit
2aa1d0edd2
File diff suppressed because it is too large
Load Diff
|
@ -23,6 +23,9 @@ configurations will be processed sequentially in order of creation time.
|
|||
The behavior is undefined if multiple EnvoyFilter configurations conflict
|
||||
with each other.</p>
|
||||
|
||||
<p>NOTE 3: For filters of <code>filterType: HTTP</code> you must include a <code>listenerMatch</code> section
|
||||
with a <code>listenerProtocol: HTTP</code> or the filter have no effect.</p>
|
||||
|
||||
<p>The following example for Kubernetes enables Envoy’s Lua filter for all
|
||||
inbound HTTP calls arriving at service port 8080 of the reviews service pod with
|
||||
labels “app: reviews”.</p>
|
||||
|
@ -61,7 +64,7 @@ spec:
|
|||
<td><code>workloadLabels</code></td>
|
||||
<td><code>map<string, string></code></td>
|
||||
<td>
|
||||
<p>One or more labels that indicate a specific set of pods/VMs whose
|
||||
<p>Zero or more labels that indicate a specific set of pods/VMs whose
|
||||
proxies should be configured to use these additional filters. The
|
||||
scope of label search is platform dependent. On Kubernetes, for
|
||||
example, the scope includes pods running in all reachable
|
||||
|
|
|
@ -1014,8 +1014,9 @@ include Istio CA certificates and system certificates in cert pool.</p>
|
|||
<td><code>serverName</code></td>
|
||||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>Indicates the name of adapter backend server which is useful for routing with
|
||||
proxy-fronted backend.</p>
|
||||
<p>Used to configure mixer mutual TLS client to supply server name for SNI.
|
||||
It is not used to verify the hostname of the peer certificate, since
|
||||
Istio verifies whitelisted SAN fields in mutual TLS.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -1330,8 +1331,8 @@ passed as what it is.</p>
|
|||
<td><code>serverName</code></td>
|
||||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>Indicates the name of adapter backend which is useful for routing with
|
||||
proxy-fronted backend.</p>
|
||||
<p>Used to configure mixer TLS client to verify the hostname on the returned
|
||||
certificates. It is also included in the client’s handshake to support SNI.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue