mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10020)
This commit is contained in:
parent
a1986db88a
commit
6bea568c83
|
@ -1334,7 +1334,7 @@ values are case-sensitive and formatted as follows:</p>
|
|||
|
||||
<li><p><code>prefix: "value"</code> for prefix-based match</p></li>
|
||||
|
||||
<li><p><code>regex: "value"</code> for ECMAscript style regex-based match</p></li>
|
||||
<li><p><code>regex: "value"</code> for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).</p></li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Note:</strong> Case-insensitive matching could be enabled via the
|
||||
|
@ -1357,7 +1357,7 @@ values are case-sensitive and formatted as follows:</p>
|
|||
|
||||
<li><p><code>prefix: "value"</code> for prefix-based match</p></li>
|
||||
|
||||
<li><p><code>regex: "value"</code> for ECMAscript style regex-based match</p></li>
|
||||
<li><p><code>regex: "value"</code> for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).</p></li>
|
||||
</ul>
|
||||
|
||||
</td>
|
||||
|
@ -1377,7 +1377,7 @@ values are case-sensitive and formatted as follows:</p>
|
|||
|
||||
<li><p><code>prefix: "value"</code> for prefix-based match</p></li>
|
||||
|
||||
<li><p><code>regex: "value"</code> for ECMAscript style regex-based match</p></li>
|
||||
<li><p><code>regex: "value"</code> for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).</p></li>
|
||||
</ul>
|
||||
|
||||
</td>
|
||||
|
@ -1397,7 +1397,7 @@ values are case-sensitive and formatted as follows:</p>
|
|||
|
||||
<li><p><code>prefix: "value"</code> for prefix-based match</p></li>
|
||||
|
||||
<li><p><code>regex: "value"</code> for ECMAscript style regex-based match</p></li>
|
||||
<li><p><code>regex: "value"</code> for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).</p></li>
|
||||
</ul>
|
||||
|
||||
</td>
|
||||
|
@ -1419,7 +1419,7 @@ e.g. <em>x-request-id</em>.</p>
|
|||
|
||||
<li><p><code>prefix: "value"</code> for prefix-based match</p></li>
|
||||
|
||||
<li><p><code>regex: "value"</code> for ECMAscript style regex-based match</p></li>
|
||||
<li><p><code>regex: "value"</code> for RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax).</p></li>
|
||||
</ul>
|
||||
|
||||
<p>If the value is empty and only the name of header is specfied, presence of the header is checked.
|
||||
|
|
|
@ -103,7 +103,7 @@ Google service account).</p>
|
|||
|
||||
<p>Example: <code>https://www.googleapis.com/oauth2/v1/certs</code></p>
|
||||
|
||||
<p>Note: Only one of jwks<em>uri and jwks should be used. jwks</em>uri will be ignored if it does.</p>
|
||||
<p>Note: Only one of <code>jwksUri</code> and <code>jwks</code> should be used.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
@ -117,7 +117,7 @@ No
|
|||
<p>JSON Web Key Set of public keys to validate signature of the JWT.
|
||||
See https://auth0.com/docs/jwks.</p>
|
||||
|
||||
<p>Note: Only one of jwks<em>uri and jwks should be used. jwks</em>uri will be ignored if it does.</p>
|
||||
<p>Note: Only one of <code>jwksUri</code> and <code>jwks</code> should be used.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue