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