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 bd72c0b commit d28fcc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
4 changes: 2 additions & 2 deletions docs/imperva.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ The following table describes the required and optional fields for the `Imperva`
| --------- | ----------- | ------------------------- |
| Category | Select "Imperva" 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 the base URL for your Imperva endpoint calls, such as https://my.imperva.com. | |
| Store Path | For the Store Path field, enter your Imperva account ID. Refer to the Imperva documentation on how to locate your account ID. | |
| Client Machine | The base URL for Imperva endpoint calls required in the Client Machine field, formatted as https://my.imperva.com. | |
| Store Path | The Imperva account ID required in the Store Path field to identify the specific account, as detailed in the Imperva documentation. | |
| Orchestrator | Select an approved orchestrator capable of managing `Imperva` certificates. Specifically, one with the `Imperva` capability. | |

* **Using kfutil**
Expand Down
24 changes: 4 additions & 20 deletions integration-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$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": "Imperva",
"status": "production",
"description": "The Imperva Orchestrator Extension allows for the management of SSL certificates bound to web sites managed by the Imperva cloud-based firewall.",
"description": "The Imperva Universal Orchestrator extension enables remote management of cryptographic certificates on Imperva platforms, integrating inventory, add, and remove functionalities within Keyfactor Command.",
"release_dir": "Imperva/bin/Release",
"support_level": "kf-supported",
"update_catalog": true,
Expand All @@ -13,22 +13,6 @@
"UOFramework": "10.1",
"pam_support": true,
"keyfactor_platform_version": "9.10",
"win": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsReenrollment": false,
"supportsInventory": true
},
"linux": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsReenrollment": false,
"supportsInventory": true
},
"store_types": [
{
"Name": "Imperva",
Expand All @@ -53,8 +37,8 @@
},
"Properties": [],
"EntryParameters": [],
"ClientMachineDescription": "For the Client Machine field, enter the base URL for your Imperva endpoint calls, such as https://my.imperva.com.",
"StorePathDescription": "For the Store Path field, enter your Imperva account ID. Refer to the Imperva documentation on how to locate your account ID."
"ClientMachineDescription": "The base URL for Imperva endpoint calls required in the Client Machine field, formatted as https://my.imperva.com.",
"StorePathDescription": "The Imperva account ID required in the Store Path field to identify the specific account, as detailed in the Imperva documentation."
}
]
}
Expand Down

0 comments on commit d28fcc4

Please sign in to comment.