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