@itentialopensource/adapter-aws_cognito_identity_provider 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/TAB2.md +2 -1
- package/package.json +1 -1
- package/sampleProperties.json +3 -2
package/TAB2.md
CHANGED
|
@@ -250,7 +250,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
250
250
|
"healthcheck_on_timeout": true,
|
|
251
251
|
"return_raw": false,
|
|
252
252
|
"archiving": false,
|
|
253
|
-
"return_request": false
|
|
253
|
+
"return_request": false,
|
|
254
|
+
"keep_alive_interval": 0
|
|
254
255
|
},
|
|
255
256
|
"proxy": {
|
|
256
257
|
"enabled": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-aws_cognito_identity_provider",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: Amazon Cognito Identity Provider.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Aws_cognito_identity_provider",
|
package/sampleProperties.json
CHANGED
|
@@ -100,7 +100,8 @@
|
|
|
100
100
|
"healthcheck_on_timeout": true,
|
|
101
101
|
"return_raw": false,
|
|
102
102
|
"archiving": false,
|
|
103
|
-
"return_request": false
|
|
103
|
+
"return_request": false,
|
|
104
|
+
"keep_alive_interval": 0
|
|
104
105
|
},
|
|
105
106
|
"proxy": {
|
|
106
107
|
"enabled": false,
|
|
@@ -289,4 +290,4 @@
|
|
|
289
290
|
"brokers": [],
|
|
290
291
|
"logLevel": "none",
|
|
291
292
|
"timeout": 120000
|
|
292
|
-
}
|
|
293
|
+
}
|