@monokle/synchronizer
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -200,2 +200,3 @@ "use strict"; | ||
}), | ||
timeout: 30 * 1000, | ||
}); | ||
@@ -202,0 +203,0 @@ }); |
@@ -24,2 +24,5 @@ "use strict"; | ||
this._clientScope = _clientScope; | ||
openid_client_1.custom.setHttpOptionsDefaults({ | ||
timeout: 10 * 1000, | ||
}); | ||
} | ||
@@ -26,0 +29,0 @@ initializeAuthFlow() { |
@@ -172,2 +172,3 @@ import normalizeUrl from 'normalize-url'; | ||
}), | ||
timeout: 30 * 1000, | ||
}); | ||
@@ -174,0 +175,0 @@ } |
@@ -1,2 +0,2 @@ | ||
import { Issuer } from 'openid-client'; | ||
import { Issuer, custom } from 'openid-client'; | ||
import { DEFAULT_DEVICE_FLOW_IDP_URL, DEFAULT_DEVICE_FLOW_CLIENT_ID, DEFAULT_DEVICE_FLOW_CLIENT_SECRET, DEFAULT_DEVICE_FLOW_ALG, DEFAULT_DEVICE_FLOW_CLIENT_SCOPE, } from '../constants.js'; | ||
@@ -16,2 +16,5 @@ export class DeviceFlowHandler { | ||
this._clientScope = _clientScope; | ||
custom.setHttpOptionsDefaults({ | ||
timeout: 10 * 1000, | ||
}); | ||
} | ||
@@ -18,0 +21,0 @@ async initializeAuthFlow() { |
{ | ||
"name": "@monokle/synchronizer", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "Monokle Cloud synchronizer", | ||
@@ -5,0 +5,0 @@ "author": "Kubeshop", |
199432
4413