Skip to content

Commit a7a88c2

Browse files
committed
Update content/docs/deploy/k8s from pomerium/ingress-controller@f8cc1e7.
1 parent 5e16674 commit a7a88c2

File tree

1 file changed

+37
-5
lines changed

1 file changed

+37
-5
lines changed

content/docs/deploy/k8s/reference.md

+37-5
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,22 @@ PomeriumSpec defines Pomerium-specific configuration parameters.
7272
</td>
7373
</tr>
7474

75+
<tr>
76+
<td>
77+
<p>
78+
<code>bearerTokenFormat</code>&#160;&#160;
79+
80+
<strong>string</strong>&#160;
81+
82+
</p>
83+
<p>
84+
85+
BearerTokenFormat sets the <a href="https://www.pomerium.com/docs/reference/bearer-token-format">Bearer Token Format</a>.
86+
</p>
87+
88+
</td>
89+
</tr>
90+
7591
<tr>
7692
<td>
7793
<p>
@@ -151,7 +167,23 @@ PomeriumSpec defines Pomerium-specific configuration parameters.
151167
</p>
152168
<p>
153169
154-
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <a href="https://www.pomerium.com/docs/integrations/">Identity Provider</a>
170+
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <a href="https://www.pomerium.com/docs/identity-providers/">Identity Provider</a>
171+
</p>
172+
173+
</td>
174+
</tr>
175+
176+
<tr>
177+
<td>
178+
<p>
179+
<code>idpAccessTokenAllowedAudiences</code>&#160;&#160;
180+
181+
<strong>[]string</strong>&#160;
182+
183+
</p>
184+
<p>
185+
186+
IDPAccessTokenAllowedAudiences specifies the <a href="https://www.pomerium.com/docs/reference/idp-access-token-allowed-audiences">idp access token allowed audiences</a> list.
155187
</p>
156188
157189
</td>
@@ -392,7 +424,7 @@ Cookie defines Pomerium session cookie options.
392424
</p>
393425
<p>
394426
395-
Expire sets cookie and Pomerium session expiration time. Once session expires, users would have to re-login. If you change this parameter, existing sessions are not affected. <p>See <a href="https://www.pomerium.com/docs/deploy/enterprise/about#session-management">Session Management</a> (Enterprise) for a more fine-grained session controls.</p> <p>Defaults to 14 hours.</p>
427+
Expire sets cookie and Pomerium session expiration time. Once session expires, users would have to re-login. If you change this parameter, existing sessions are not affected. <p>See <a href="https://www.pomerium.com/docs/enterprise/about#session-management">Session Management</a> (Enterprise) for a more fine-grained session controls.</p> <p>Defaults to 14 hours.</p>
396428
</p>
397429
398430
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.
@@ -453,7 +485,7 @@ Cookie defines Pomerium session cookie options.
453485

454486
### `identityProvider`
455487

456-
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <a href="https://www.pomerium.com/docs/integrations/">Identity Provider</a>
488+
IdentityProvider configure single-sign-on authentication and user identity details by integrating with your <a href="https://www.pomerium.com/docs/identity-providers/">Identity Provider</a>
457489

458490
<table>
459491
<thead>
@@ -590,7 +622,7 @@ IdentityProvider configure single-sign-on authentication and user identity detai
590622
</p>
591623
<p>
592624
593-
URL is the base path to an identity provider's OpenID connect discovery document. See <a href="https://pomerium.com/docs/integrations/user-identity/identity-providers">Identity Providers</a> guides for details.
625+
URL is the base path to an identity provider's OpenID connect discovery document. See <a href="https://pomerium.com/docs/identity-providers">Identity Providers</a> guides for details.
594626
</p>
595627
596628
Format: an URI as parsed by Golang net/url.ParseRequestURI.
@@ -807,7 +839,7 @@ Timeout specifies the <a href="https://www.pomerium.com/docs/reference/global-ti
807839
</p>
808840
<p>
809841
810-
Write specifies max stream duration is the maximum time that a stream's lifetime will span. An HTTP request/response exchange fully consumes a single stream. Therefore, this value must be greater than read_timeout as it covers both request and response time.
842+
Write specifies max stream duration is the maximum time that a streams lifetime will span. An HTTP request/response exchange fully consumes a single stream. Therefore, this value must be greater than read_timeout as it covers both request and response time.
811843
</p>
812844
813845
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.

0 commit comments

Comments
 (0)