Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions apis/supervisor/config/v1alpha1/types_federationdomain.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,16 @@ type FederationDomainIdentityProvider struct {
// LDAPIdentityProvider, ActiveDirectoryIdentityProvider.
ObjectRef corev1.TypedLocalObjectReference `json:"objectRef"`

// SessionLifetimeSeconds is an optional override of the default lifetime of a Supervisor session established
// using this identity provider, in seconds. This is the maximum amount of time that a user can continue to
// refresh their session before they must interactively authenticate again. When null, the default lifetime is
// used, which is currently 9 hours. Administrators should weigh the operational reality of their identity
// provider (e.g. how promptly it reflects a revoked account or changed group membership) before configuring
// a long-lived session.
// +kubebuilder:validation:Minimum=1
// +optional
SessionLifetimeSeconds *int32 `json:"sessionLifetimeSeconds,omitempty"`

// Transforms is an optional way to specify transformations to be applied during user authentication and
// session refresh.
// +optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ spec:
- name
type: object
x-kubernetes-map-type: atomic
sessionLifetimeSeconds:
description: |-
SessionLifetimeSeconds is an optional override of the default lifetime of a Supervisor session established
using this identity provider, in seconds. This is the maximum amount of time that a user can continue to
refresh their session before they must interactively authenticate again. When null, the default lifetime is
used, which is currently 9 hours. Administrators should weigh the operational reality of their identity
provider (e.g. how promptly it reflects a revoked account or changed group membership) before configuring
a long-lived session.
format: int32
minimum: 1
type: integer
transforms:
description: |-
Transforms is an optional way to specify transformations to be applied during user authentication and
Expand Down
6 changes: 6 additions & 0 deletions generated/1.31/README.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions generated/1.32/README.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions generated/1.33/README.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions generated/1.34/README.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions generated/1.35/README.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading