Skip to content

Commit 169feee

Browse files
committed
Update content/docs/deploy/k8s from pomerium/ingress-controller@9c07889.
1 parent ac0d403 commit 169feee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/docs/deploy/k8s/reference.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ PomeriumSpec defines Pomerium-specific configuration parameters.
151151
</p>
152152
<p>
153153
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>
154+
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>
155155
</p>
156156
157157
</td>
@@ -392,7 +392,7 @@ Cookie defines Pomerium session cookie options.
392392
</p>
393393
<p>
394394
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>
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/enterprise/about#session-management">Session Management</a> (Enterprise) for a more fine-grained session controls.</p> <p>Defaults to 14 hours.</p>
396396
</p>
397397
398398
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.
@@ -453,7 +453,7 @@ Cookie defines Pomerium session cookie options.
453453

454454
### `identityProvider`
455455

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>
456+
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>
457457

458458
<table>
459459
<thead>
@@ -590,7 +590,7 @@ IdentityProvider configure single-sign-on authentication and user identity detai
590590
</p>
591591
<p>
592592
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.
593+
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.
594594
</p>
595595
596596
Format: an URI as parsed by Golang net/url.ParseRequestURI.
@@ -807,7 +807,7 @@ Timeout specifies the <a href="https://www.pomerium.com/docs/reference/global-ti
807807
</p>
808808
<p>
809809
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.
810+
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.
811811
</p>
812812
813813
Format: a duration string like "22s" as parsed by Golang time.ParseDuration.

0 commit comments

Comments
 (0)