fix(oidc): Add configurable HTTP timeout for OIDC client (#1575)
This commit is contained in:
@@ -92,6 +92,7 @@ module.exports.custom = {
|
||||
oidcIgnoreUsername: process.env.OIDC_IGNORE_USERNAME === 'true',
|
||||
oidcIgnoreRoles: process.env.OIDC_IGNORE_ROLES === 'true',
|
||||
oidcEnforced: process.env.OIDC_ENFORCED === 'true',
|
||||
oidcTimeout: envToNumber(process.env.OIDC_TIMEOUT),
|
||||
oidcDebug: process.env.OIDC_DEBUG === 'true',
|
||||
|
||||
// TODO: move client base url to environment variable?
|
||||
|
||||
Reference in New Issue
Block a user