Skip to content

Commit 394562b

Browse files
committed
Make session lifetime options optional (fold in #730)
1 parent 66f950b commit 394562b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

replicated/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ spec:
11321132
How long a login session stays valid without activity before the user must sign in again. Default is 259200 (3 days).
11331133
type: text
11341134
default: "259200"
1135-
required: true
1135+
required: false
11361136
validation:
11371137
regex:
11381138
pattern: '^[1-9][0-9]*$'
@@ -1143,7 +1143,7 @@ spec:
11431143
Maximum total lifetime of a login session before the user must sign in again, regardless of activity. Default is 604800 (7 days). Each forced re-login also re-authorizes the configured identity provider (for example, Bitbucket Data Center records a new authorized-application grant), so raising this reduces how often that happens.
11441144
type: text
11451145
default: "604800"
1146-
required: true
1146+
required: false
11471147
validation:
11481148
regex:
11491149
pattern: '^[1-9][0-9]*$'

0 commit comments

Comments
 (0)