Deploy GitHub Pages
This commit is contained in:
parent
e4c3178793
commit
f4f6cd4883
5 changed files with 76 additions and 51 deletions
|
|
@ -2636,6 +2636,8 @@ applied to each location provided in the ingress rule.</p>
|
|||
<code><Method></code> to specify the HTTP method to use.</li>
|
||||
<li><code>nginx.ingress.kubernetes.io/auth-signin</code>:
|
||||
<code><SignIn_URL></code> to specify the location of the error page.</li>
|
||||
<li><code>nginx.ingress.kubernetes.io/auth-signin-redirect-param</code>:
|
||||
<code><SignIn_URL></code> to specify the URL parameter in the error page which should contain the original URL for a failed signin request.</li>
|
||||
<li><code>nginx.ingress.kubernetes.io/auth-response-headers</code>:
|
||||
<code><Response_Header_1, ..., Response_Header_n></code> to specify headers to pass to backend once authentication request completes.</li>
|
||||
<li><code>nginx.ingress.kubernetes.io/auth-proxy-set-headers</code>:
|
||||
|
|
|
|||
|
|
@ -1603,6 +1603,13 @@
|
|||
global-auth-signin
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#global-auth-signin-redirect-param" class="md-nav__link">
|
||||
global-auth-signin-redirect-param
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -3313,6 +3320,13 @@
|
|||
global-auth-signin
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#global-auth-signin-redirect-param" class="md-nav__link">
|
||||
global-auth-signin-redirect-param
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -4192,6 +4206,11 @@ Same for numbers, like "100".</p>
|
|||
<td align="left">""</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><a href="#global-auth-signin-redirect-param">global-auth-signin-redirect-param</a></td>
|
||||
<td align="left">string</td>
|
||||
<td align="left">"rd"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><a href="#global-auth-response-headers">global-auth-response-headers</a></td>
|
||||
<td align="left">string</td>
|
||||
<td align="left">""</td>
|
||||
|
|
@ -4756,6 +4775,10 @@ Similar to the Ingress rule annotation <code>nginx.ingress.kubernetes.io/auth-me
|
|||
<p>Sets the location of the error page for an existing service that provides authentication for all the locations.
|
||||
Similar to the Ingress rule annotation <code>nginx.ingress.kubernetes.io/auth-signin</code>.
|
||||
<em><strong>default:</strong></em> ""</p>
|
||||
<h2 id="global-auth-signin-redirect-param">global-auth-signin-redirect-param<a class="headerlink" href="#global-auth-signin-redirect-param" title="Permanent link"> ¶</a></h2>
|
||||
<p>Sets the query parameter in the error page signin URL which contains the original URL of the request that failed authentication.
|
||||
Similar to the Ingress rule annotation <code>nginx.ingress.kubernetes.io/auth-signin-redirect-param</code>.
|
||||
<em><strong>default:</strong></em> "rd"</p>
|
||||
<h2 id="global-auth-response-headers">global-auth-response-headers<a class="headerlink" href="#global-auth-response-headers" title="Permanent link"> ¶</a></h2>
|
||||
<p>Sets the headers to pass to backend once authentication request completes. Applied to all the locations.
|
||||
Similar to the Ingress rule annotation <code>nginx.ingress.kubernetes.io/auth-response-headers</code>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue