Skip to content

Commit 2a9b642

Browse files
committed
chore(manifest): Re-create description fields in manifest to use Noun Phrase Style
1 parent 4b1329e commit 2a9b642

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

docs/gcploadbal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ The following table describes the required and optional fields for the `GCPLoadB
173173
| --------- | ----------- | ------------------------- |
174174
| Category | Select "GCP Load Balancer" or the customized certificate store name from the previous step. | |
175175
| Container | Optional container to associate certificate store with. | |
176-
| Client Machine | For the Client Machine field, enter the name or IP address of the Orchestrator server that will handle the jobs for the GCP Load Balancer. For example, you might enter 'orchestrator.example.local' or '192.168.0.1'. | |
177-
| Store Path | For the Store Path field, enter your Google Cloud project ID. Optionally, you can append a region to the project ID, separated by a '/', to specify a particular region. For example, 'my-gcp-project' or 'my-gcp-project/us-central1'. | |
176+
| Client Machine | The name or IP address of the Orchestrator server that will handle GCP jobs. Example: orchestrator-server.example.com or 192.168.1.100. | |
177+
| Store Path | The Google Cloud project ID, optionally appended with the region code if targeting a specific region. Example: my-project-id or my-project-id/us-central1. | |
178178
| Orchestrator | Select an approved orchestrator capable of managing `GCPLoadBal` certificates. Specifically, one with the `GCPLoadBal` capability. | |
179179

180180
* **Using kfutil**

integration-manifest.json

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
11
{
2-
"$schema": "/Users/hroszell/coding/dev/staff-tools/keyfactor.github.io/v2/integration-manifest-schema.json",
2+
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
33
"integration_type": "orchestrator",
44
"name": "GCP Load Balancer",
55
"status": "production",
66
"update_catalog": true,
77
"link_github": true,
88
"support_level": "kf-supported",
99
"release_dir": "GCPLoadBalancer/bin/Release/netcoreapp3.1",
10-
"description": "The Google Cloud Platform (GCP) Load Balancer Orchestrator allows for the management of Google Cloud Platform Load Balancer certificate stores. Inventory, Management-Add, and Management-Remove functions are supported. Also, re-binding to endpoints IS supported for certificate renewals (but NOT adding new certificates). The orchestrator uses the Google Cloud Compute Engine API (https://cloud.google.com/compute/docs/reference/rest/v1) to manage stores.",
10+
"description": "The GCP Load Balancer Universal Orchestrator extension enables the remote management of SSL certificates on Google Cloud Load Balancers through Keyfactor Command.",
1111
"about": {
1212
"orchestrator": {
1313
"UOFramework": "10.1",
1414
"keyfactor_platform_version": "9.10",
1515
"pam_support": false,
16-
"win": {
17-
"supportsCreateStore": false,
18-
"supportsDiscovery": false,
19-
"supportsManagementAdd": true,
20-
"supportsManagementRemove": true,
21-
"supportsReenrollment": false,
22-
"supportsInventory": true,
23-
"platformSupport": "Unused"
24-
},
25-
"linux": {
26-
"supportsCreateStore": false,
27-
"supportsDiscovery": false,
28-
"supportsManagementAdd": false,
29-
"supportsManagementRemove": false,
30-
"supportsReenrollment": false,
31-
"supportsInventory": false,
32-
"platformSupport": "Unused"
33-
},
3416
"store_types": [
3517
{
3618
"Name": "GCP Load Balancer",
@@ -55,8 +37,8 @@
5537
},
5638
"Properties": [],
5739
"EntryParameters": [],
58-
"ClientMachineDescription": "For the Client Machine field, enter the name or IP address of the Orchestrator server that will handle the jobs for the GCP Load Balancer. For example, you might enter 'orchestrator.example.local' or '192.168.0.1'.",
59-
"StorePathDescription": "For the Store Path field, enter your Google Cloud project ID. Optionally, you can append a region to the project ID, separated by a '/', to specify a particular region. For example, 'my-gcp-project' or 'my-gcp-project/us-central1'."
40+
"ClientMachineDescription": "The name or IP address of the Orchestrator server that will handle GCP jobs. Example: orchestrator-server.example.com or 192.168.1.100.",
41+
"StorePathDescription": "The Google Cloud project ID, optionally appended with the region code if targeting a specific region. Example: my-project-id or my-project-id/us-central1."
6042
}
6143
]
6244
}

0 commit comments

Comments
 (0)