@itentialopensource/adapter-aws_cloudformation 0.3.6 → 0.3.7
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/CHANGELOG.md +8 -0
- package/TAB2.md +7 -1
- package/package.json +2 -2
- package/propertiesSchema.json +69 -16
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +2 -2
- package/sampleProperties.json +7 -1
- package/compliance-report.json +0 -9
- package/compliance-report.txt +0 -5
package/CHANGELOG.md
CHANGED
package/TAB2.md
CHANGED
|
@@ -150,7 +150,13 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
150
150
|
"aws_access_key": "aws_access_key",
|
|
151
151
|
"aws_secret_key": "aws_secret_key",
|
|
152
152
|
"aws_session_token": "aws_session_token",
|
|
153
|
-
"aws_iam_role": ""
|
|
153
|
+
"aws_iam_role": "",
|
|
154
|
+
"aws_sts": {
|
|
155
|
+
"sslEnable": true,
|
|
156
|
+
"endpoint": "",
|
|
157
|
+
"proxy": "",
|
|
158
|
+
"proxyagent": ""
|
|
159
|
+
}
|
|
154
160
|
},
|
|
155
161
|
"healthcheck": {
|
|
156
162
|
"type": "startup",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-aws_cloudformation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "This adapter integrates with system described as: Aws_cloudformation.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"author": "Itential",
|
|
55
55
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-aws_cloudformation#readme",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@itentialopensource/adapter-utils": "^5.7.
|
|
57
|
+
"@itentialopensource/adapter-utils": "^5.7.2",
|
|
58
58
|
"acorn": "^8.12.1",
|
|
59
59
|
"ajv": "^8.17.1",
|
|
60
60
|
"aws4": "^1.9.0",
|
package/propertiesSchema.json
CHANGED
|
@@ -267,22 +267,6 @@
|
|
|
267
267
|
"description": "This property turns on logging of Authentication Information and should only be true when debugging authentication and connectivity",
|
|
268
268
|
"default": false
|
|
269
269
|
},
|
|
270
|
-
"aws_access_key": {
|
|
271
|
-
"type": "string",
|
|
272
|
-
"description": "AWS access key for authentication",
|
|
273
|
-
"default": "",
|
|
274
|
-
"examples": [
|
|
275
|
-
"accesskey"
|
|
276
|
-
]
|
|
277
|
-
},
|
|
278
|
-
"aws_secret_key": {
|
|
279
|
-
"type": "string",
|
|
280
|
-
"description": "AWS secret key for authentication",
|
|
281
|
-
"default": "",
|
|
282
|
-
"examples": [
|
|
283
|
-
"secretkey"
|
|
284
|
-
]
|
|
285
|
-
},
|
|
286
270
|
"client_id": {
|
|
287
271
|
"type": "string",
|
|
288
272
|
"description": "The client id for OAuth requests - can also use username depending on schema",
|
|
@@ -365,6 +349,75 @@
|
|
|
365
349
|
}
|
|
366
350
|
}
|
|
367
351
|
}
|
|
352
|
+
},
|
|
353
|
+
"aws_access_key": {
|
|
354
|
+
"type": "string",
|
|
355
|
+
"description": "AWS access key for authentication",
|
|
356
|
+
"default": "",
|
|
357
|
+
"examples": [
|
|
358
|
+
"accesskey"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"aws_secret_key": {
|
|
362
|
+
"type": "string",
|
|
363
|
+
"description": "AWS secret key for authentication",
|
|
364
|
+
"default": "",
|
|
365
|
+
"examples": [
|
|
366
|
+
"secretkey"
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
|
+
"aws_session_token": {
|
|
370
|
+
"type": "string",
|
|
371
|
+
"description": "AWS session token for all calls - not all systems require this",
|
|
372
|
+
"default": "",
|
|
373
|
+
"examples": [
|
|
374
|
+
"sessionToken"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
"aws_iam_role": {
|
|
378
|
+
"type": "string",
|
|
379
|
+
"description": "AWS IAM Role for all calls - not all systems require this",
|
|
380
|
+
"default": "",
|
|
381
|
+
"examples": [
|
|
382
|
+
"roleOnAllCalls"
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
"aws_sts": {
|
|
386
|
+
"type": "object",
|
|
387
|
+
"properties": {
|
|
388
|
+
"sslEnable": {
|
|
389
|
+
"type": "boolean",
|
|
390
|
+
"description": "This can disable the ssl for the sts requests",
|
|
391
|
+
"default": true
|
|
392
|
+
},
|
|
393
|
+
"endpoint": {
|
|
394
|
+
"type": "string",
|
|
395
|
+
"description": "change the sts endpoint used for assume role",
|
|
396
|
+
"default": "",
|
|
397
|
+
"enum": [
|
|
398
|
+
"sts.amazonaws.com",
|
|
399
|
+
"sts.us-east-2.amazonaws.com",
|
|
400
|
+
""
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
"proxy": {
|
|
404
|
+
"type": "string",
|
|
405
|
+
"description": "add a proxy to calls used for assume role",
|
|
406
|
+
"default": "",
|
|
407
|
+
"examples": [
|
|
408
|
+
"https://1.1.1.1"
|
|
409
|
+
]
|
|
410
|
+
},
|
|
411
|
+
"proxyagent": {
|
|
412
|
+
"type": "string",
|
|
413
|
+
"description": "define a proxy agent for calls to assume role",
|
|
414
|
+
"default": "",
|
|
415
|
+
"examples": [
|
|
416
|
+
"https",
|
|
417
|
+
"http"
|
|
418
|
+
]
|
|
419
|
+
}
|
|
420
|
+
}
|
|
368
421
|
}
|
|
369
422
|
},
|
|
370
423
|
"required": [
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
package/sampleProperties.json
CHANGED
|
@@ -45,7 +45,13 @@
|
|
|
45
45
|
"aws_access_key": "aws_access_key",
|
|
46
46
|
"aws_secret_key": "aws_secret_key",
|
|
47
47
|
"aws_session_token": "aws_session_token",
|
|
48
|
-
"aws_iam_role": ""
|
|
48
|
+
"aws_iam_role": "",
|
|
49
|
+
"aws_sts": {
|
|
50
|
+
"sslEnable": true,
|
|
51
|
+
"endpoint": "",
|
|
52
|
+
"proxy": "",
|
|
53
|
+
"proxyagent": ""
|
|
54
|
+
}
|
|
49
55
|
},
|
|
50
56
|
"healthcheck": {
|
|
51
57
|
"type": "startup",
|
package/compliance-report.json
DELETED
package/compliance-report.txt
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
---------------------------------------------------------------------------------------------
|
|
2
|
-
**** Project Compliance Summary ****
|
|
3
|
-
0 project(s) are not valid
|
|
4
|
-
0 project(s) are valid
|
|
5
|
-
---------------------------------------------------------------------------------------------
|