@itentialopensource/adapter-generic 0.1.3 → 0.1.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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.1.4 [08-07-2024]
3
+
4
+ * fix auths in metadata
5
+
6
+ See merge request itentialopensource/adapters/adapter-generic!5
7
+
8
+ ---
9
+
2
10
  ## 0.1.3 [08-07-2024]
3
11
 
4
12
  * Changes made at 2024.08.06_18:28PM
package/TAB2.md CHANGED
@@ -108,7 +108,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
108
108
  "stub": true,
109
109
  "protocol": "https",
110
110
  "authentication": {
111
- "auth_method": "no_authentication",
111
+ "auth_method": "basic user_password",
112
112
  "username": "username",
113
113
  "password": "password",
114
114
  "token": "token",
package/metadata.json CHANGED
@@ -22,8 +22,36 @@
22
22
  "brokerSince": "",
23
23
  "authMethods": [
24
24
  {
25
- "type": "Token",
25
+ "type": "Basic Auth",
26
26
  "primary": true
27
+ },
28
+ {
29
+ "type": "API Key",
30
+ "primary": false
31
+ },
32
+ {
33
+ "type": "AWS Auth",
34
+ "primary": false
35
+ },
36
+ {
37
+ "type": "Cookie",
38
+ "primary": false
39
+ },
40
+ {
41
+ "type": "OAuth",
42
+ "primary": false
43
+ },
44
+ {
45
+ "type": "Personal Access Token",
46
+ "primary": false
47
+ },
48
+ {
49
+ "type": "Session Id",
50
+ "primary": false
51
+ },
52
+ {
53
+ "type": "Token",
54
+ "primary": false
27
55
  }
28
56
  ],
29
57
  "documentation": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-generic",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "This adapter integrates with any rest based system.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file
@@ -14,7 +14,7 @@
14
14
  "stub": true,
15
15
  "protocol": "https",
16
16
  "authentication": {
17
- "auth_method": "no_authentication",
17
+ "auth_method": "basic user_password",
18
18
  "username": "username",
19
19
  "password": "password",
20
20
  "token": "token",