@itentialopensource/adapter-delinea 0.1.1 → 2.0.0

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 CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 2.0.0 [04-04-2023]
3
+
4
+ * Major/adapt 2571
5
+
6
+ See merge request itentialopensource/adapters/inventory/adapter-delinea!1
7
+
8
+ ---
9
+
10
+ ## 1.0.0 [02-10-2023]
11
+
12
+ * Major/adapt 2571
13
+
14
+ See merge request itentialopensource/adapters/inventory/adapter-delinea!1
15
+
16
+ ---
17
+
2
18
  ## 0.1.1 [01-04-2023]
3
19
 
4
20
  * Bug fixes and performance improvements
@@ -6,4 +22,3 @@
6
22
  See commit d502167
7
23
 
8
24
  ---
9
-
@@ -4,7 +4,7 @@
4
4
  "name": "getToken",
5
5
  "protocol": "REST",
6
6
  "method": "POST",
7
- "entitypath": "{base_path}/{version}/login",
7
+ "entitypath": "{base_path}/{version}/oauth2/token",
8
8
  "requestSchema": "schemaTokenReq.json",
9
9
  "responseSchema": "schemaTokenResp.json",
10
10
  "timeout": 0,
@@ -36,6 +36,17 @@
36
36
  },
37
37
  "external_name": "password"
38
38
  },
39
+ "grant_type": {
40
+ "type": "string",
41
+ "description": "grant type being used",
42
+ "parse": false,
43
+ "encode": false,
44
+ "encrypt": {
45
+ "type": "AES",
46
+ "key": ""
47
+ },
48
+ "external_name": "grant_type"
49
+ },
39
50
  "token": {
40
51
  "type": "string",
41
52
  "description": "token returned by system",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-delinea",
3
- "version": "0.1.1",
3
+ "version": "2.0.0",
4
4
  "description": "This adapter integrates with system described as: Delinea Secret Server.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.15",
@@ -52,7 +52,7 @@
52
52
  "author": "Itential",
53
53
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-delinea#readme",
54
54
  "dependencies": {
55
- "@itentialopensource/adapter-utils": "^4.48.0",
55
+ "@itentialopensource/adapter-utils": "^4.48.7",
56
56
  "ajv": "^6.12.0",
57
57
  "axios": "^0.21.0",
58
58
  "commander": "^2.20.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "0.1.1",
3
3
  "configLines": 48730,
4
4
  "scriptLines": 1795,
5
5
  "codeLines": 67856,
@@ -4,7 +4,7 @@
4
4
  "properties": {
5
5
  "host": "localhost",
6
6
  "port": 443,
7
- "base_path": "/https:/sspam.armstrongceilings.com/api",
7
+ "base_path": "/api",
8
8
  "version": "",
9
9
  "cache_location": "none",
10
10
  "encode_pathvars": true,