Skip to content

Commit

Permalink
Update content/docs/deploy/k8s from pomerium/ingress-controller@2adafa1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed Feb 4, 2025
1 parent a675e23 commit 8f428fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/docs/deploy/k8s/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ PomeriumSpec defines Pomerium-specific configuration parameters.
</p>
<p>
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>
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>
</p>
</td>
Expand Down Expand Up @@ -392,7 +392,7 @@ Cookie defines Pomerium session cookie options.
</p>
<p>
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>
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>
</p>
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.
Expand Down Expand Up @@ -453,7 +453,7 @@ Cookie defines Pomerium session cookie options.

### `identityProvider`

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>
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>

<table>
<thead>
Expand Down Expand Up @@ -590,7 +590,7 @@ IdentityProvider configure single-sign-on authentication and user identity detai
</p>
<p>
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.
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.
</p>
Format: an URI as parsed by Golang net/url.ParseRequestURI.
Expand Down Expand Up @@ -807,7 +807,7 @@ Timeout specifies the <a href="https://www.pomerium.com/docs/reference/global-ti
</p>
<p>
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.
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.
</p>
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.
Expand Down

0 comments on commit 8f428fb

Please sign in to comment.