Skip to content

Commit

Permalink
chore(manifest): Re-create description fields in manifest to use Noun…
Browse files Browse the repository at this point in the history
… Phrase Style
  • Loading branch information
m8rmclaren committed Jul 3, 2024
1 parent 6108d9c commit 49d63f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/gcpcertmgr.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ The following table describes the required and optional fields for the `GcpCertM
| --------- | ----------- | ------------------------- |
| Category | Select "GCP Certificate Manager" or the customized certificate store name from the previous step. | |
| Container | Optional container to associate certificate store with. | |
| Client Machine | For the Client Machine field, enter your GCP Project ID associated with your Google Cloud account. For example, you can use 'my-gcp-project-id' as the value. | |
| Store Path | For the Store Path field, enter 'n/a' as this field is not used for Certificate Stores of type 'GCP Certificate Manager'. | |
| Client Machine | The Google Cloud Platform (GCP) Project ID associated with the user's account. Example: 'my-gcp-project-id'. | |
| Store Path | The value 'n/a' should be used as the Store Path is not applicable for the GCP Certificate Manager Certificate Store type. | |
| Orchestrator | Select an approved orchestrator capable of managing `GcpCertMgr` certificates. Specifically, one with the `GcpCertMgr` capability. | |

* **Using kfutil**
Expand Down
26 changes: 4 additions & 22 deletions integration-manifest.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
{
"$schema": "/Users/hroszell/coding/dev/staff-tools/keyfactor.github.io/v2/integration-manifest-schema.json",
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"integration_type": "orchestrator",
"name": "Google Cloud Provider Certificate Manager",
"status": "production",
"update_catalog": true,
"support_level": "kf-supported",
"link_github": true,
"release_dir": "GcpCertManager/bin/release",
"description": "Google Certificate Manager Orchestrator for Add, Remove and Inventory.",
"description": "The Google Cloud Platform Certificate Manager Universal Orchestrator extension enables remote management of certificates within the Google Cloud Platform Certificate Manager, supporting inventory, addition, and removal of certificates.",
"about": {
"orchestrator": {
"UOFramework": "10.4.1",
"keyfactor_platform_version": "9.1.0",
"pam_support": false,
"win": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsReenrollment": false,
"supportsInventory": true,
"platformSupport": "Unused"
},
"linux": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsReenrollment": false,
"supportsInventory": true,
"platformSupport": "Unused"
},
"store_types": [
{
"Name": "GCP Certificate Manager",
Expand All @@ -57,8 +39,8 @@
},
"Properties": [],
"EntryParameters": [],
"ClientMachineDescription": "For the Client Machine field, enter your GCP Project ID associated with your Google Cloud account. For example, you can use 'my-gcp-project-id' as the value.",
"StorePathDescription": "For the Store Path field, enter 'n/a' as this field is not used for Certificate Stores of type 'GCP Certificate Manager'."
"ClientMachineDescription": "The Google Cloud Platform (GCP) Project ID associated with the user's account. Example: 'my-gcp-project-id'.",
"StorePathDescription": "The value 'n/a' should be used as the Store Path is not applicable for the GCP Certificate Manager Certificate Store type."
}
]
}
Expand Down

0 comments on commit 49d63f6

Please sign in to comment.