@itentialopensource/adapter-meraki 0.8.3 → 0.8.4
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/BROKER.md +6 -2
- package/CHANGELOG.md +69 -43
- package/adapter.js +2 -1
- package/adapterBase.js +63 -30
- package/package.json +3 -2
- package/pronghorn.json +642 -642
- package/propertiesSchema.json +50 -9
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +10 -0
- package/report/updateReport1652488414759.json +120 -0
- package/sampleProperties.json +73 -26
- package/test/integration/adapterTestBasicGet.js +1 -1
- package/test/integration/adapterTestIntegration.js +24 -107
- package/test/unit/adapterTestUnit.js +29 -112
- package/utils/entitiesToDB.js +12 -57
- package/utils/tbScript.js +35 -20
- package/utils/tbUtils.js +44 -39
- package/utils/testRunner.js +16 -16
package/propertiesSchema.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
},
|
54
54
|
"encode_queryvars": {
|
55
55
|
"type": "boolean",
|
56
|
-
"description": "When true the
|
56
|
+
"description": "When true the query parameters are encoded in the url",
|
57
57
|
"default": true
|
58
58
|
},
|
59
59
|
"save_metric": {
|
@@ -900,6 +900,11 @@
|
|
900
900
|
},
|
901
901
|
"properties": {}
|
902
902
|
},
|
903
|
+
"responseDatakey": {
|
904
|
+
"type": "string",
|
905
|
+
"description": "place in the response where the data is - supports jsonquery",
|
906
|
+
"default": ""
|
907
|
+
},
|
903
908
|
"responseFields": {
|
904
909
|
"type": "object",
|
905
910
|
"description": "The json object with response fields of the call to getDevice",
|
@@ -927,7 +932,7 @@
|
|
927
932
|
"description": "The field in response to getDevice that contains the port of the device",
|
928
933
|
"default": ""
|
929
934
|
},
|
930
|
-
"
|
935
|
+
"ipaddress": {
|
931
936
|
"type": "string",
|
932
937
|
"description": "The field in response to getDevice that contains the ip address of the device",
|
933
938
|
"default": ""
|
@@ -990,6 +995,11 @@
|
|
990
995
|
},
|
991
996
|
"properties": {}
|
992
997
|
},
|
998
|
+
"responseDatakey": {
|
999
|
+
"type": "string",
|
1000
|
+
"description": "place in the response where the data is - supports jsonquery",
|
1001
|
+
"default": ""
|
1002
|
+
},
|
993
1003
|
"responseFields": {
|
994
1004
|
"type": "object",
|
995
1005
|
"description": "The json object with response fields of the call to getDevicesFiltered",
|
@@ -1012,12 +1022,12 @@
|
|
1012
1022
|
"description": "Any prefix that should be added to the ostype of the device (e.g. aws-)",
|
1013
1023
|
"default": ""
|
1014
1024
|
},
|
1015
|
-
"
|
1025
|
+
"port": {
|
1016
1026
|
"type": "string",
|
1017
1027
|
"description": "The field in response to getDevicesFiltered that contains the port of the device",
|
1018
1028
|
"default": ""
|
1019
1029
|
},
|
1020
|
-
"
|
1030
|
+
"ipaddress": {
|
1021
1031
|
"type": "string",
|
1022
1032
|
"description": "The field in response to getDevicesFiltered that contains the ip address of the device",
|
1023
1033
|
"default": ""
|
@@ -1072,11 +1082,6 @@
|
|
1072
1082
|
"description": "return failure or ignore isAlive",
|
1073
1083
|
"default": "ignore"
|
1074
1084
|
},
|
1075
|
-
"statusValue": {
|
1076
|
-
"type": "string",
|
1077
|
-
"description": "The expected value in the status field",
|
1078
|
-
"default": "true"
|
1079
|
-
},
|
1080
1085
|
"requestFields": {
|
1081
1086
|
"type": "object",
|
1082
1087
|
"description": "The json object with response fields of the call to getDevice",
|
@@ -1085,6 +1090,11 @@
|
|
1085
1090
|
},
|
1086
1091
|
"properties": {}
|
1087
1092
|
},
|
1093
|
+
"responseDatakey": {
|
1094
|
+
"type": "string",
|
1095
|
+
"description": "place in the response where the data is - supports jsonquery",
|
1096
|
+
"default": ""
|
1097
|
+
},
|
1088
1098
|
"responseFields": {
|
1089
1099
|
"type": "object",
|
1090
1100
|
"description": "The json object with response fields of the call to isAlive",
|
@@ -1096,6 +1106,11 @@
|
|
1096
1106
|
"type": "string",
|
1097
1107
|
"description": "The field in response to isAlive that contains the status of the device",
|
1098
1108
|
"default": "name"
|
1109
|
+
},
|
1110
|
+
"statusValue": {
|
1111
|
+
"type": "string",
|
1112
|
+
"description": "The expected value in the status field",
|
1113
|
+
"default": "true"
|
1099
1114
|
}
|
1100
1115
|
}
|
1101
1116
|
}
|
@@ -1155,6 +1170,11 @@
|
|
1155
1170
|
},
|
1156
1171
|
"properties": {}
|
1157
1172
|
},
|
1173
|
+
"responseDatakey": {
|
1174
|
+
"type": "string",
|
1175
|
+
"description": "place in the response where the data is - supports jsonquery",
|
1176
|
+
"default": ""
|
1177
|
+
},
|
1158
1178
|
"responseFields": {
|
1159
1179
|
"type": "object",
|
1160
1180
|
"description": "The json object with response fields of the call to getConfig",
|
@@ -1210,6 +1230,27 @@
|
|
1210
1230
|
],
|
1211
1231
|
"description": "return failure or ignore getCount",
|
1212
1232
|
"default": "ignore"
|
1233
|
+
},
|
1234
|
+
"requestFields": {
|
1235
|
+
"type": "object",
|
1236
|
+
"description": "The json object with response fields of the call to getDevice",
|
1237
|
+
"additionalProperties": {
|
1238
|
+
"type": "string"
|
1239
|
+
},
|
1240
|
+
"properties": {}
|
1241
|
+
},
|
1242
|
+
"responseDatakey": {
|
1243
|
+
"type": "string",
|
1244
|
+
"description": "place in the response where the data is - supports jsonquery",
|
1245
|
+
"default": ""
|
1246
|
+
},
|
1247
|
+
"responseFields": {
|
1248
|
+
"type": "object",
|
1249
|
+
"description": "The json object with response fields of the call to getConfig",
|
1250
|
+
"additionalProperties": {
|
1251
|
+
"type": "string"
|
1252
|
+
},
|
1253
|
+
"properties": {}
|
1213
1254
|
}
|
1214
1255
|
}
|
1215
1256
|
}
|
Binary file
|
@@ -0,0 +1,120 @@
|
|
1
|
+
{
|
2
|
+
"errors": [],
|
3
|
+
"statistics": [
|
4
|
+
{
|
5
|
+
"owner": "errorJson",
|
6
|
+
"description": "New adapter errors available for use",
|
7
|
+
"value": 0
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"owner": "errorJson",
|
11
|
+
"description": "Adapter errors no longer available for use",
|
12
|
+
"value": 0
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"owner": "errorJson",
|
16
|
+
"description": "Adapter errors that have been updated (e.g. recommendation changes)",
|
17
|
+
"value": 31
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"owner": "packageJson",
|
21
|
+
"description": "Number of production dependencies",
|
22
|
+
"value": 14
|
23
|
+
},
|
24
|
+
{
|
25
|
+
"owner": "packageJson",
|
26
|
+
"description": "Number of development dependencies",
|
27
|
+
"value": 7
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"owner": "packageJson",
|
31
|
+
"description": "Number of npm scripts",
|
32
|
+
"value": 22
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"owner": "packageJson",
|
36
|
+
"description": "Runtime Library dependency",
|
37
|
+
"value": "^4.45.4"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"owner": "propertiesSchemaJson",
|
41
|
+
"description": "Adapter properties defined in the propertiesSchema file",
|
42
|
+
"value": 70
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"owner": "markdown",
|
46
|
+
"description": "Number of lines in the README.md",
|
47
|
+
"value": 338
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"owner": "markdown",
|
51
|
+
"description": "Number of lines in the SUMMARY.md",
|
52
|
+
"value": 9
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"owner": "markdown",
|
56
|
+
"description": "Number of lines in the PROPERTIES.md",
|
57
|
+
"value": 642
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"owner": "markdown",
|
61
|
+
"description": "Number of lines in the TROUBLESHOOT.md",
|
62
|
+
"value": 48
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"owner": "markdown",
|
66
|
+
"description": "Number of lines in the ENHANCE.md",
|
67
|
+
"value": 70
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"owner": "markdown",
|
71
|
+
"description": "Number of lines in the BROKER.md",
|
72
|
+
"value": 70
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"owner": "unitTestJS",
|
76
|
+
"description": "Number of lines of code in unit tests",
|
77
|
+
"value": 13187
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"owner": "unitTestJS",
|
81
|
+
"description": "Number of unit tests",
|
82
|
+
"value": 851
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"owner": "integrationTestJS",
|
86
|
+
"description": "Number of lines of code in integration tests",
|
87
|
+
"value": 9595
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"owner": "integrationTestJS",
|
91
|
+
"description": "Number of integration tests",
|
92
|
+
"value": 334
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"owner": "staticFile",
|
96
|
+
"description": "Number of lines of code in adapterBase.js",
|
97
|
+
"value": 1783
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"owner": "staticFile",
|
101
|
+
"description": "Number of static files added",
|
102
|
+
"value": 36
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"owner": "Overall",
|
106
|
+
"description": "Total lines of Code",
|
107
|
+
"value": 24565
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"owner": "Overall",
|
111
|
+
"description": "Total Tests",
|
112
|
+
"value": 1185
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"owner": "Overall",
|
116
|
+
"description": "Total Files",
|
117
|
+
"value": 6
|
118
|
+
}
|
119
|
+
]
|
120
|
+
}
|
package/sampleProperties.json
CHANGED
@@ -3,13 +3,13 @@
|
|
3
3
|
"type": "Meraki",
|
4
4
|
"properties": {
|
5
5
|
"host": "api.meraki.com",
|
6
|
-
"port":
|
6
|
+
"port": 443,
|
7
7
|
"base_path": "/api",
|
8
|
-
"version": "
|
8
|
+
"version": "v1",
|
9
9
|
"cache_location": "none",
|
10
10
|
"encode_pathvars": true,
|
11
11
|
"encode_queryvars": true,
|
12
|
-
"save_metric":
|
12
|
+
"save_metric": false,
|
13
13
|
"stub": true,
|
14
14
|
"protocol": "https",
|
15
15
|
"authentication": {
|
@@ -97,84 +97,131 @@
|
|
97
97
|
"cert_file": ""
|
98
98
|
}
|
99
99
|
},
|
100
|
-
"
|
100
|
+
"devicebroker": {
|
101
101
|
"getDevice": [
|
102
102
|
{
|
103
|
-
"path": "/
|
103
|
+
"path": "/organizations/{orgID}/devices",
|
104
104
|
"method": "GET",
|
105
105
|
"query": {},
|
106
106
|
"body": {},
|
107
107
|
"headers": {},
|
108
108
|
"handleFailure": "ignore",
|
109
109
|
"requestFields": {
|
110
|
-
"
|
110
|
+
"networkID": "port",
|
111
|
+
"serial": "name",
|
112
|
+
"orgID": "orgID"
|
111
113
|
},
|
114
|
+
"responseDatakey": "",
|
112
115
|
"responseFields": {
|
113
|
-
"name": "
|
114
|
-
"ostype": "
|
115
|
-
"ostypePrefix": "
|
116
|
-
"
|
117
|
-
"
|
116
|
+
"name": "serial",
|
117
|
+
"ostype": "model",
|
118
|
+
"ostypePrefix": "meraki-",
|
119
|
+
"port": "networkId",
|
120
|
+
"ipaddress": "mac"
|
118
121
|
}
|
119
122
|
}
|
120
123
|
],
|
121
124
|
"getDevicesFiltered": [
|
122
125
|
{
|
123
|
-
"path": "/
|
126
|
+
"path": "/organizations/{orgID}/devices",
|
124
127
|
"method": "GET",
|
125
128
|
"query": {},
|
126
129
|
"body": {},
|
127
130
|
"headers": {},
|
128
131
|
"handleFailure": "ignore",
|
129
|
-
"requestFields": {
|
132
|
+
"requestFields": {
|
133
|
+
"orgID": "549236"
|
134
|
+
},
|
135
|
+
"responseDatakey": "",
|
136
|
+
"responseFields": {
|
137
|
+
"name": "serial",
|
138
|
+
"ostype": "model",
|
139
|
+
"ostypePrefix": "meraki-",
|
140
|
+
"port": "networkId",
|
141
|
+
"ipaddress": "mac",
|
142
|
+
"orgID": "549236"
|
143
|
+
}
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"path": "/organizations/{orgID}/devices",
|
147
|
+
"method": "GET",
|
148
|
+
"query": {},
|
149
|
+
"body": {},
|
150
|
+
"headers": {},
|
151
|
+
"handleFailure": "ignore",
|
152
|
+
"requestFields": {
|
153
|
+
"orgID": "681155"
|
154
|
+
},
|
155
|
+
"responseDatakey": "",
|
130
156
|
"responseFields": {
|
131
|
-
"name": "
|
132
|
-
"ostype": "
|
133
|
-
"ostypePrefix": "
|
134
|
-
"
|
135
|
-
"
|
157
|
+
"name": "serial",
|
158
|
+
"ostype": "model",
|
159
|
+
"ostypePrefix": "meraki-",
|
160
|
+
"port": "networkId",
|
161
|
+
"ipaddress": "mac",
|
162
|
+
"orgID": "681155"
|
136
163
|
}
|
137
164
|
}
|
138
165
|
],
|
139
166
|
"isAlive": [
|
140
167
|
{
|
141
|
-
"path": "/
|
168
|
+
"path": "/organizations/{orgID}/networks/{networkID}/devices/{serial}",
|
142
169
|
"method": "GET",
|
143
170
|
"query": {},
|
144
171
|
"body": {},
|
145
172
|
"headers": {},
|
146
173
|
"handleFailure": "ignore",
|
147
|
-
"statusValue": "online",
|
148
174
|
"requestFields": {
|
149
|
-
"
|
175
|
+
"networkID": "port",
|
176
|
+
"serial": "name",
|
177
|
+
"orgID": "orgID"
|
150
178
|
},
|
179
|
+
"responseDatakey": "",
|
151
180
|
"responseFields": {
|
152
|
-
"status": "
|
181
|
+
"status": "return2xx",
|
182
|
+
"statusValue": "AD.200"
|
153
183
|
}
|
154
184
|
}
|
155
185
|
],
|
156
186
|
"getConfig": [
|
157
187
|
{
|
158
|
-
"path": "/
|
188
|
+
"path": "/organizations/{orgID}/networks/{networkID}/devices/{serial}",
|
159
189
|
"method": "GET",
|
160
190
|
"query": {},
|
161
191
|
"body": {},
|
162
192
|
"headers": {},
|
163
193
|
"handleFailure": "ignore",
|
164
194
|
"requestFields": {
|
165
|
-
"
|
195
|
+
"networkID": "port",
|
196
|
+
"serial": "name",
|
197
|
+
"orgID": "orgID"
|
166
198
|
},
|
199
|
+
"responseDatakey": "",
|
167
200
|
"responseFields": {}
|
168
201
|
}
|
169
202
|
],
|
170
203
|
"getCount": [
|
171
204
|
{
|
172
|
-
"path": "/
|
205
|
+
"path": "/organizations/549236/devices",
|
206
|
+
"method": "GET",
|
207
|
+
"query": {},
|
208
|
+
"body": {},
|
209
|
+
"headers": {},
|
210
|
+
"handleFailure": "ignore",
|
211
|
+
"requestFields": {},
|
212
|
+
"responseDatakey": "",
|
213
|
+
"responseFields": {}
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"path": "/organizations/681155/devices",
|
173
217
|
"method": "GET",
|
174
218
|
"query": {},
|
175
219
|
"body": {},
|
176
220
|
"headers": {},
|
177
|
-
"handleFailure": "ignore"
|
221
|
+
"handleFailure": "ignore",
|
222
|
+
"requestFields": {},
|
223
|
+
"responseDatakey": "",
|
224
|
+
"responseFields": {}
|
178
225
|
}
|
179
226
|
]
|
180
227
|
}
|
@@ -34,7 +34,7 @@ describe('[integration] Adapter BasicGET Test', () => {
|
|
34
34
|
context('Testing GET calls without query parameters', () => {
|
35
35
|
before(async () => {
|
36
36
|
const iapDir = path.join(__dirname, '../../../../../');
|
37
|
-
if (!utils.
|
37
|
+
if (!utils.areWeUnderIAPinstallationDirectory()) {
|
38
38
|
const sampleProperties = require('../../sampleProperties.json');
|
39
39
|
const adapter = { properties: sampleProperties };
|
40
40
|
a = basicGet.getAdapterInstance(adapter);
|
@@ -4,6 +4,7 @@
|
|
4
4
|
/* global describe it log pronghornProps */
|
5
5
|
/* eslint no-unused-vars: warn */
|
6
6
|
/* eslint no-underscore-dangle: warn */
|
7
|
+
/* eslint import/no-dynamic-require:warn */
|
7
8
|
|
8
9
|
// include required items for testing & logging
|
9
10
|
const assert = require('assert');
|
@@ -15,27 +16,38 @@ const { expect } = require('chai');
|
|
15
16
|
const { use } = require('chai');
|
16
17
|
const td = require('testdouble');
|
17
18
|
const util = require('util');
|
18
|
-
const pronghorn = require('../../pronghorn.json');
|
19
19
|
|
20
|
-
pronghorn.methodsByName = pronghorn.methods.reduce((result, meth) => ({ ...result, [meth.name]: meth }), {});
|
21
20
|
const anything = td.matchers.anything();
|
22
21
|
|
23
22
|
// stub and attemptTimeout are used throughout the code so set them here
|
24
23
|
let logLevel = 'none';
|
25
|
-
const stub = true;
|
26
24
|
const isRapidFail = false;
|
27
25
|
const isSaveMockData = false;
|
28
|
-
|
26
|
+
|
27
|
+
// read in the properties from the sampleProperties files
|
28
|
+
let adaptdir = __dirname;
|
29
|
+
if (adaptdir.endsWith('/test/integration')) {
|
30
|
+
adaptdir = adaptdir.substring(0, adaptdir.length - 17);
|
31
|
+
} else if (adaptdir.endsWith('/test/unit')) {
|
32
|
+
adaptdir = adaptdir.substring(0, adaptdir.length - 10);
|
33
|
+
}
|
34
|
+
const samProps = require(`${adaptdir}/sampleProperties.json`).properties;
|
29
35
|
|
30
36
|
// these variables can be changed to run in integrated mode so easier to set them here
|
31
37
|
// always check these in with bogus data!!!
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
38
|
+
samProps.stub = true;
|
39
|
+
samProps.host = 'replace.hostorip.here';
|
40
|
+
samProps.authentication.username = 'username';
|
41
|
+
samProps.authentication.password = 'password';
|
42
|
+
samProps.protocol = 'http';
|
43
|
+
samProps.port = 80;
|
44
|
+
samProps.ssl.enabled = false;
|
45
|
+
samProps.ssl.accept_invalid_cert = false;
|
46
|
+
if (samProps.request.attempt_timeout < 30000) {
|
47
|
+
samProps.request.attempt_timeout = 30000;
|
48
|
+
}
|
49
|
+
const attemptTimeout = samProps.request.attempt_timeout;
|
50
|
+
const { stub } = samProps;
|
39
51
|
|
40
52
|
// these are the adapter properties. You generally should not need to alter
|
41
53
|
// any of these after they are initially set up
|
@@ -47,102 +59,7 @@ global.pronghornProps = {
|
|
47
59
|
adapters: [{
|
48
60
|
id: 'Test-meraki',
|
49
61
|
type: 'Meraki',
|
50
|
-
properties:
|
51
|
-
host,
|
52
|
-
port,
|
53
|
-
base_path: '//api',
|
54
|
-
version: 'v0',
|
55
|
-
cache_location: 'none',
|
56
|
-
encode_pathvars: true,
|
57
|
-
save_metric: false,
|
58
|
-
protocol,
|
59
|
-
stub,
|
60
|
-
authentication: {
|
61
|
-
auth_method: 'basic user_password',
|
62
|
-
username,
|
63
|
-
password,
|
64
|
-
token: '',
|
65
|
-
token_timeout: -1,
|
66
|
-
token_cache: 'local',
|
67
|
-
invalid_token_error: 401,
|
68
|
-
auth_field: 'header.headers.Authorization',
|
69
|
-
auth_field_format: 'Basic {b64}{username}:{password}{/b64}',
|
70
|
-
auth_logging: false,
|
71
|
-
client_id: '',
|
72
|
-
client_secret: '',
|
73
|
-
grant_type: ''
|
74
|
-
},
|
75
|
-
healthcheck: {
|
76
|
-
type: 'none',
|
77
|
-
frequency: 60000,
|
78
|
-
query_object: {}
|
79
|
-
},
|
80
|
-
throttle: {
|
81
|
-
throttle_enabled: false,
|
82
|
-
number_pronghorns: 1,
|
83
|
-
sync_async: 'sync',
|
84
|
-
max_in_queue: 1000,
|
85
|
-
concurrent_max: 1,
|
86
|
-
expire_timeout: 0,
|
87
|
-
avg_runtime: 200,
|
88
|
-
priorities: [
|
89
|
-
{
|
90
|
-
value: 0,
|
91
|
-
percent: 100
|
92
|
-
}
|
93
|
-
]
|
94
|
-
},
|
95
|
-
request: {
|
96
|
-
number_redirects: 0,
|
97
|
-
number_retries: 3,
|
98
|
-
limit_retry_error: 0,
|
99
|
-
failover_codes: [],
|
100
|
-
attempt_timeout: attemptTimeout,
|
101
|
-
global_request: {
|
102
|
-
payload: {},
|
103
|
-
uriOptions: {},
|
104
|
-
addlHeaders: {},
|
105
|
-
authData: {}
|
106
|
-
},
|
107
|
-
healthcheck_on_timeout: true,
|
108
|
-
return_raw: true,
|
109
|
-
archiving: false,
|
110
|
-
return_request: false
|
111
|
-
},
|
112
|
-
proxy: {
|
113
|
-
enabled: false,
|
114
|
-
host: '',
|
115
|
-
port: 1,
|
116
|
-
protocol: 'http',
|
117
|
-
username: '',
|
118
|
-
password: ''
|
119
|
-
},
|
120
|
-
ssl: {
|
121
|
-
ecdhCurve: '',
|
122
|
-
enabled: sslenable,
|
123
|
-
accept_invalid_cert: sslinvalid,
|
124
|
-
ca_file: '',
|
125
|
-
key_file: '',
|
126
|
-
cert_file: '',
|
127
|
-
secure_protocol: '',
|
128
|
-
ciphers: ''
|
129
|
-
},
|
130
|
-
mongo: {
|
131
|
-
host: '',
|
132
|
-
port: 0,
|
133
|
-
database: '',
|
134
|
-
username,
|
135
|
-
password: '',
|
136
|
-
replSet: '',
|
137
|
-
db_ssl: {
|
138
|
-
enabled: false,
|
139
|
-
accept_invalid_cert: false,
|
140
|
-
ca_file: '',
|
141
|
-
key_file: '',
|
142
|
-
cert_file: ''
|
143
|
-
}
|
144
|
-
}
|
145
|
-
}
|
62
|
+
properties: samProps
|
146
63
|
}]
|
147
64
|
}
|
148
65
|
};
|