From 8a41824a60f996d381286ad88b975f185127ea8f Mon Sep 17 00:00:00 2001 From: kenjenkins <51246568+kenjenkins@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:43:18 +0000 Subject: [PATCH] Update content/docs/deploy/k8s from pomerium/ingress-controller@b764b82b0bad312eb1a90ca42cf2ec6c75ead17d. --- content/docs/deploy/k8s/reference.md | 42 ++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/content/docs/deploy/k8s/reference.md b/content/docs/deploy/k8s/reference.md index dc4a1d7c3..b90a9d349 100644 --- a/content/docs/deploy/k8s/reference.md +++ b/content/docs/deploy/k8s/reference.md @@ -72,6 +72,22 @@ PomeriumSpec defines Pomerium-specific configuration parameters. + + +

+ bearerTokenFormat   + + string  + +

+

+ + BearerTokenFormat sets the Bearer Token Format. +

+ + + +

@@ -151,7 +167,23 @@ PomeriumSpec defines Pomerium-specific configuration parameters.

- IdentityProvider configure single-sign-on authentication and user identity details by integrating with your Identity Provider + IdentityProvider configure single-sign-on authentication and user identity details by integrating with your Identity Provider +

+ + + + + + +

+ idpAccessTokenAllowedAudiences   + + []string  + +

+

+ + IDPAccessTokenAllowedAudiences specifies the idp access token allowed audiences list.

@@ -392,7 +424,7 @@ Cookie defines Pomerium session cookie options.

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

See Session Management (Enterprise) for a more fine-grained session controls.

Defaults to 14 hours.

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

See Session Management (Enterprise) for a more fine-grained session controls.

Defaults to 14 hours.

Format: a duration string like "22s" as parsed by Golang time.ParseDuration. @@ -453,7 +485,7 @@ Cookie defines Pomerium session cookie options. ### `identityProvider` -IdentityProvider configure single-sign-on authentication and user identity details by integrating with your Identity Provider +IdentityProvider configure single-sign-on authentication and user identity details by integrating with your Identity Provider @@ -590,7 +622,7 @@ IdentityProvider configure single-sign-on authentication and user identity detai

- URL is the base path to an identity provider's OpenID connect discovery document. See Identity Providers guides for details. + URL is the base path to an identity provider's OpenID connect discovery document. See Identity Providers guides for details.

Format: an URI as parsed by Golang net/url.ParseRequestURI. @@ -807,7 +839,7 @@ Timeout specifies the