Update reference docs. (#3782)

This commit is contained in:
Martin Taillefer 2019-03-19 11:29:17 -07:00 committed by GitHub
parent d266753179
commit 2aa1d0edd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1108 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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&rsquo;s Lua filter for all
inbound HTTP calls arriving at service port 8080 of the reviews service pod with
labels &ldquo;app: reviews&rdquo;.</p>
@ -61,7 +64,7 @@ spec:
<td><code>workloadLabels</code></td>
<td><code>map&lt;string,&nbsp;string&gt;</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

View File

@ -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&rsquo;s handshake to support SNI.</p>
</td>
</tr>