mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#14201)
This commit is contained in:
parent
f6c445b800
commit
44317e66aa
|
@ -154,6 +154,24 @@ No
|
|||
backend. The forwarded data is <code>base64_encoded(jwt_payload_in_JSON)</code>. If it is not specified,
|
||||
the payload will not be emitted.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="JWTRule-from_cookies">
|
||||
<td><code>fromCookies</code></td>
|
||||
<td><code>string[]</code></td>
|
||||
<td>
|
||||
<p>List of cookie names from which JWT is expected. //
|
||||
For example, if config is:</p>
|
||||
<pre><code class="language-yaml"> from_cookies:
|
||||
- auth-token
|
||||
</code></pre>
|
||||
<p>Then JWT will be extracted from <code>auth-token</code> cookie in the request.</p>
|
||||
<p>Note: Requests with multiple tokens (at different locations) are not supported, the output principal of
|
||||
such requests is undefined.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
|
|
|
@ -154,6 +154,24 @@ No
|
|||
backend. The forwarded data is <code>base64_encoded(jwt_payload_in_JSON)</code>. If it is not specified,
|
||||
the payload will not be emitted.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="JWTRule-from_cookies">
|
||||
<td><code>fromCookies</code></td>
|
||||
<td><code>string[]</code></td>
|
||||
<td>
|
||||
<p>List of cookie names from which JWT is expected. //
|
||||
For example, if config is:</p>
|
||||
<pre><code class="language-yaml"> from_cookies:
|
||||
- auth-token
|
||||
</code></pre>
|
||||
<p>Then JWT will be extracted from <code>auth-token</code> cookie in the request.</p>
|
||||
<p>Note: Requests with multiple tokens (at different locations) are not supported, the output principal of
|
||||
such requests is undefined.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
|
|
Loading…
Reference in New Issue