Skip to content

Dex Expiry Schema

Note

This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.

Return to the root config schema

https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/dex/properties/expiry

Configure expiry when authenticating with Dex.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none config/schemas/config.yaml*

TYPE:

object (Dex Expiry)

PROPERTIES:

Property Type Required Nullable Defined by
deviceRequests string Optional cannot be null Compliant Kubernetes Apps Config
signingKeys string Optional cannot be null Compliant Kubernetes Apps Config
idToken string Optional cannot be null Compliant Kubernetes Apps Config
refreshTokens object Optional cannot be null Compliant Kubernetes Apps Config

deviceRequests

An amount of time

deviceRequests

TYPE:

string (Time Range)

CONSTRAINTS:

pattern: the string must match the following regular expression:

^[0-9]+[hmsd]+$

try pattern

DEFAULTS:

The default value is:

"5m"

EXAMPLES:

300s
72h
3d

signingKeys

An amount of time

signingKeys

TYPE:

string (Time Range)

CONSTRAINTS:

pattern: the string must match the following regular expression:

^[0-9]+[hmsd]+$

try pattern

DEFAULTS:

The default value is:

"6h"

EXAMPLES:

300s
72h
3d

idToken

An amount of time

idToken

TYPE:

string (Time Range)

CONSTRAINTS:

pattern: the string must match the following regular expression:

^[0-9]+[hmsd]+$

try pattern

DEFAULTS:

The default value is:

"24h"

EXAMPLES:

300s
72h
3d

refreshTokens

Configure expiry of refresh tokens when authenticating with Dex.

refreshTokens

TYPE:

object (Dex Expiry Refresh Tokens)

Return to the root config schema


Generated Sun Jun 23 03:48:25 UTC 2024 from elastisys/compliantkubernetes-apps@main