@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 +8 -0
- package/TAB2.md +1 -1
- package/metadata.json +29 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/sampleProperties.json +1 -1
package/CHANGELOG.md
CHANGED
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": "
|
|
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": "
|
|
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
|
Binary file
|