Skip to content

Commit 8e8b627

Browse files
authoredOct 7, 2020
fix: extend token expiration time (#2239)
* fix: extend token expiration time * extend to 5 min
1 parent 0faaaa9 commit 8e8b627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plugins/builds/steps/logs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module.exports = config => ({
184184
config.authConfig.jwtPrivateKey,
185185
{
186186
algorithm: 'RS256',
187-
expiresIn: '5s',
187+
expiresIn: '300s',
188188
jwtid: uuid.v4()
189189
}
190190
);

0 commit comments

Comments
 (0)