Skip to content

Commit acb7431

Browse files
committed
chore(manifest): Re-create description fields in manifest to use Noun Phrase Style
1 parent 804fcd5 commit acb7431

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

docs/akv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,8 +1369,8 @@ The following table describes the required and optional fields for the `AKV` cer
13691369
| --------- | ----------- | ------------------------- |
13701370
| Category | Select "Azure Keyvault" or the customized certificate store name from the previous step. | |
13711371
| Container | Optional container to associate certificate store with. | |
1372-
| Client Machine | For the Client Machine field, enter the GUID of the tenant ID for the Azure Keyvault instance. For example: '123e4567-e89b-12d3-a456-426614174000'. | |
1373-
| Store Path | For the Store Path field, enter the Subscription ID, Resource Group name, and Vault name in the format '{subscription id}:{resource group name}:{vault name}'. For example: '123e4567-e89b-12d3-a456-426614174000:myResourceGroup:myKeyVault'. | |
1372+
| Client Machine | The GUID of the tenant ID of the Azure Keyvault instance; for example, '12345678-1234-1234-1234-123456789abc'. | |
1373+
| Store Path | A string formatted as '{subscription id}:{resource group name}:{vault name}'; for example, '12345678-1234-1234-1234-123456789abc:myResourceGroup:myVault'. | |
13741374
| Orchestrator | Select an approved orchestrator capable of managing `AKV` certificates. Specifically, one with the `AKV` capability. | |
13751375

13761376
* **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": "Azure Key Vault Orchestrator",
55
"status": "production",
66
"update_catalog": true,
77
"link_github": true,
88
"release_dir": "AzureKeyVault\\bin\\Release",
99
"support_level": "kf-supported",
10-
"description": "This integration allows the orchestrator to act as a client with access to an instance of the Azure Key Vault; allowing you to manage your certificates stored in the Azure Keyvault via Keyfactor.",
10+
"description": "The <Orchestrator Name> Universal Orchestrator extension enables remote management of cryptographic certificates in various environments by performing tasks such as inventory, addition, and removal of certificates, and discovery of new certificate stores.",
1111
"about": {
1212
"orchestrator": {
1313
"UOFramework": "10.1",
1414
"keyfactor_platform_version": "10.0",
1515
"pam_support": true,
16-
"win": {
17-
"supportsCreateStore": true,
18-
"supportsDiscovery": true,
19-
"supportsManagementAdd": true,
20-
"supportsManagementRemove": true,
21-
"supportsReenrollment": false,
22-
"supportsInventory": true,
23-
"platformSupport": "Unused"
24-
},
25-
"linux": {
26-
"supportsCreateStore": true,
27-
"supportsDiscovery": true,
28-
"supportsManagementAdd": true,
29-
"supportsManagementRemove": true,
30-
"supportsReenrollment": false,
31-
"supportsInventory": true,
32-
"platformSupport": "Unused"
33-
},
3416
"store_types": [
3517
{
3618
"BlueprintAllowed": false,
@@ -59,8 +41,8 @@
5941
"Enrollment": false,
6042
"Remove": true
6143
},
62-
"ClientMachineDescription": "For the Client Machine field, enter the GUID of the tenant ID for the Azure Keyvault instance. For example: '123e4567-e89b-12d3-a456-426614174000'.",
63-
"StorePathDescription": "For the Store Path field, enter the Subscription ID, Resource Group name, and Vault name in the format '{subscription id}:{resource group name}:{vault name}'. For example: '123e4567-e89b-12d3-a456-426614174000:myResourceGroup:myKeyVault'."
44+
"ClientMachineDescription": "The GUID of the tenant ID of the Azure Keyvault instance; for example, '12345678-1234-1234-1234-123456789abc'.",
45+
"StorePathDescription": "A string formatted as '{subscription id}:{resource group name}:{vault name}'; for example, '12345678-1234-1234-1234-123456789abc:myResourceGroup:myVault'."
6446
}
6547
]
6648
}

0 commit comments

Comments
 (0)