@itentialopensource/adapter-gcp_compute 1.9.0 → 1.10.1
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/TAB1.md +1 -1
- package/TAB2.md +5 -1
- package/package.json +2 -2
package/TAB1.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Overview
|
|
2
2
|
|
|
3
|
-
This adapter is used to integrate the Itential Platform with the GcpCompute System. The API that was used to build the adapter for GcpCompute is usually available in the report directory of this adapter. The adapter utilizes the GcpCompute API to provide the integrations that are deemed pertinent to
|
|
3
|
+
This adapter is used to integrate the Itential Platform with the GcpCompute System. The API that was used to build the adapter for GcpCompute is usually available in the report directory of this adapter. The adapter utilizes the GcpCompute API to provide the integrations that are deemed pertinent to Itential Platform. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
|
|
4
4
|
|
|
5
5
|
## Details
|
|
6
6
|
The Google Cloud Platform Compute adapter from Itential is used to integrate the Itential Platform with Google Cloud Platform. With this adapter you have the ability to perform operations such as:
|
package/TAB2.md
CHANGED
|
@@ -69,7 +69,7 @@ you can leave all of the other properties in the authentication section, they wi
|
|
|
69
69
|
|
|
70
70
|
### Sample Properties
|
|
71
71
|
|
|
72
|
-
Sample Properties can be used to help you configure the adapter in the Itential
|
|
72
|
+
Sample Properties can be used to help you configure the adapter in the Itential Platform. You will need to update connectivity information such as the host, port, protocol and credentials.
|
|
73
73
|
|
|
74
74
|
```json
|
|
75
75
|
"properties": {
|
|
@@ -175,18 +175,22 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
175
175
|
"enabled": false,
|
|
176
176
|
"accept_invalid_cert": false,
|
|
177
177
|
"ca_file": "",
|
|
178
|
+
"ca_file_content": "",
|
|
178
179
|
"key_file": "",
|
|
179
180
|
"cert_file": "",
|
|
180
181
|
"secure_protocol": "",
|
|
181
182
|
"ciphers": ""
|
|
182
183
|
},
|
|
183
184
|
"mongo": {
|
|
185
|
+
"url": "",
|
|
184
186
|
"host": "",
|
|
185
187
|
"port": 0,
|
|
186
188
|
"database": "",
|
|
189
|
+
"dbAuth": false,
|
|
187
190
|
"username": "",
|
|
188
191
|
"password": "",
|
|
189
192
|
"replSet": "",
|
|
193
|
+
"addSrv": false,
|
|
190
194
|
"db_ssl": {
|
|
191
195
|
"enabled": false,
|
|
192
196
|
"accept_invalid_cert": false,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-gcp_compute",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.1",
|
|
4
4
|
"description": "This adapter integrates with system described as: computeEngineApi.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Google Cloud Platform Compute",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"author": "Itential",
|
|
53
53
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-gcp_compute#readme",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@itentialopensource/adapter-utils": "5.10.
|
|
55
|
+
"@itentialopensource/adapter-utils": "5.10.19",
|
|
56
56
|
"acorn": "8.14.1",
|
|
57
57
|
"ajv": "8.17.1",
|
|
58
58
|
"axios": "1.9.0",
|