Skip to content

Commit a609291

Browse files
committed
data/settings: Add oauth2_token_expire_grace
1 parent e8fed1e commit a609291

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data/settings.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9144,6 +9144,15 @@ sent to OpenMetrics.`
91449144
Filter for oauth2 specific settings.`
91459145
},
91469146

9147+
oauth2_token_expire_grace: {
9148+
tags: [ 'oauth2' ],
9149+
values: setting_types.TIME,
9150+
default: '1min',
9151+
text: `
9152+
Specifies how long after token expiration it is still accepted. It shouldn't be
9153+
0 because clocks aren't exact, and network can add some delays.`
9154+
},
9155+
91479156
oauth2_tokeninfo_url: {
91489157
tags: [ 'oauth2' ],
91499158
values: setting_types.STRING,

0 commit comments

Comments
 (0)