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