@itentialopensource/adapter-beyond_trust 0.2.1 → 0.2.3
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 +16 -0
- package/TAB2.md +3 -4
- package/metadata.json +8 -5
- package/package.json +6 -6
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +13155 -0
- package/report/adapter-openapi.yaml +9801 -0
- package/report/adapterInfo.json +4 -4
- package/sampleProperties.json +5 -5
- package/test/integration/adapterTestConnectivity.js +0 -24
- package/test/unit/adapterTestUnit.js +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.2.3 [08-23-2024]
|
|
3
|
+
|
|
4
|
+
* update dependencies and metadata
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-beyond_trust!5
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.2.2 [08-14-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.08.14_17:15PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-beyond_trust!4
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.2.1 [08-07-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.08.06_18:15PM
|
package/TAB2.md
CHANGED
|
@@ -71,8 +71,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
71
71
|
"authentication": {
|
|
72
72
|
"auth_method": "request_token",
|
|
73
73
|
"username": "username",
|
|
74
|
-
"password": "
|
|
75
|
-
"token": "",
|
|
74
|
+
"password": "password",
|
|
75
|
+
"token": "token",
|
|
76
76
|
"token_user_field": "",
|
|
77
77
|
"token_password_field": "",
|
|
78
78
|
"token_result_field": "access_token",
|
|
@@ -313,8 +313,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
```
|
|
316
|
-
### Swagger
|
|
316
|
+
### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust/-/blob/master/report/adapter-openapi.json)
|
|
317
317
|
|
|
318
|
-
Note: The content for this section may be missing as its corresponding .json file is unavailable. This sections will be updated once adapter-openapi.json file is added.
|
|
319
318
|
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust/-/blob/master/README.md)
|
|
320
319
|
|
package/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-beyond_trust",
|
|
3
3
|
"webName": "Adapter for Integration to Beyond Trust",
|
|
4
|
+
"supportLevel": "community",
|
|
4
5
|
"vendor": "Beyond Trust",
|
|
5
6
|
"product": "Beyond Trust",
|
|
7
|
+
"techAlliance": false,
|
|
6
8
|
"osVersions": [],
|
|
7
9
|
"apiVersions": [
|
|
8
10
|
"1.3"
|
|
@@ -35,7 +37,7 @@
|
|
|
35
37
|
"storeLink": "",
|
|
36
38
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-beyond_trust",
|
|
37
39
|
"repoLink": "https://gitlab.com/@itentialopensource/adapters/adapter-beyond_trust",
|
|
38
|
-
"docLink": "",
|
|
40
|
+
"docLink": "https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust/-/blob/master/README.md?ref_type=heads",
|
|
39
41
|
"demoLinks": [],
|
|
40
42
|
"trainingLinks": [
|
|
41
43
|
{
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
47
49
|
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
48
50
|
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
49
|
-
"webLink": "",
|
|
51
|
+
"webLink": "https://www.itential.com/adapters/beyond-trust/",
|
|
50
52
|
"vendorLink": "https://www.beyondtrust.com/",
|
|
51
53
|
"productLink": "https://www.beyondtrust.com/",
|
|
52
54
|
"apiLinks": [
|
|
@@ -55,7 +57,9 @@
|
|
|
55
57
|
"link": "https://www.beyondtrust.com/docs/privileged-remote-access/how-to/integrations/api/index.htm",
|
|
56
58
|
"public": true
|
|
57
59
|
}
|
|
58
|
-
]
|
|
60
|
+
],
|
|
61
|
+
"workshopLinks": [],
|
|
62
|
+
"workshopHomePage": "https://www.itential.com/get-started/"
|
|
59
63
|
},
|
|
60
64
|
"assets": [],
|
|
61
65
|
"relatedItems": {
|
|
@@ -65,6 +69,5 @@
|
|
|
65
69
|
"workflowProjects": [],
|
|
66
70
|
"transformationProjects": [],
|
|
67
71
|
"exampleProjects": []
|
|
68
|
-
}
|
|
69
|
-
"supportLevel": "community"
|
|
72
|
+
}
|
|
70
73
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-beyond_trust",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "This adapter integrates with system described as: beyondtrustPrivilegedRemoteAccessConfigurationApis.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Beyond_trust",
|
|
7
7
|
"wizardVersion": "2.44.7",
|
|
8
|
-
"engineVersion": "1.
|
|
8
|
+
"engineVersion": "1.68.2",
|
|
9
9
|
"adapterType": "http",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"artifactize": "npm i && node utils/packModificationScript.js",
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"author": "Itential",
|
|
53
53
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust#readme",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
55
|
+
"@itentialopensource/adapter-utils": "^5.7.0",
|
|
56
56
|
"acorn": "^8.12.1",
|
|
57
57
|
"ajv": "^8.17.1",
|
|
58
|
-
"axios": "^1.7.
|
|
58
|
+
"axios": "^1.7.4",
|
|
59
59
|
"commander": "^11.0.0",
|
|
60
60
|
"dns-lookup-promise": "^1.0.4",
|
|
61
61
|
"fs-extra": "^11.2.0",
|
|
62
62
|
"json-query": "^2.2.2",
|
|
63
|
-
"mocha": "^10.7.
|
|
63
|
+
"mocha": "^10.7.3",
|
|
64
64
|
"mocha-param": "^2.0.1",
|
|
65
65
|
"mongodb": "^4.16.0",
|
|
66
66
|
"ping": "^0.4.4",
|
|
67
67
|
"prompts": "^2.4.2",
|
|
68
68
|
"readline-sync": "^1.4.10",
|
|
69
69
|
"semver": "^7.6.3",
|
|
70
|
-
"winston": "^3.
|
|
70
|
+
"winston": "^3.14.2"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"chai": "^4.3.7",
|
|
Binary file
|