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 fe52d1d commit 759be69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/paloalto.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ The following table describes the required and optional fields for the `PaloAlto
| --------- | ----------- | ------------------------- |
| Category | Select "PaloAlto" 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, the user should enter the hostname of the Panorama or Firewall device where the certificates will be managed. For example, 'palourl.cloudapp.azure.com'. | |
| Store Path | For the Store Path field, the user should enter the appropriate path for the certificate location on the Panorama or Firewall. For example, '/config/panorama' for Panorama Level Certs or '/config/shared' for Firewall Certs. | |
| Client Machine | The hostname of the Panorama or Firewall. Example: 'palourl.cloudapp.azure.com'. | |
| Store Path | The specific path for certificate management depending on the target device type. Examples: '/config/panorama' for Panorama Level Certs or '/config/shared' for Firewall Certs. | |
| Orchestrator | Select an approved orchestrator capable of managing `PaloAlto` certificates. Specifically, one with the `PaloAlto` 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": "Palo Alto Orchestrator",
"status": "production",
"update_catalog": true,
"link_github": true,
"support_level": "kf-supported",
"release_dir": "PaloAlto/bin/Release/netcoreapp3.1",
"description": "The Palo Alto Orchestrator remotely manages certificates on either the Palo Alto PA-VM Firewall Device or the Panorama. If using Panorama, it will push changes to all the devices from Panorama. It supports adding certificates with or without private keys. Palo Alto does not support incremental certificate inventory. If you have large numbers of certificates in your environment it is recommended to limit the frequency of inventory jobs to 30 minutes or more.",
"description": "The PaloAlto Universal Orchestrator extension enables remote management of cryptographic certificates on Palo Alto devices, including inventory, addition, and removal of certificates.",
"about": {
"orchestrator": {
"UOFramework": "10.1",
"keyfactor_platform_version": "9.10",
"pam_support": true,
"win": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": true,
"supportsManagementRemove": true,
"supportsReenrollment": false,
"supportsInventory": true,
"platformSupport": "Unused"
},
"linux": {
"supportsCreateStore": false,
"supportsDiscovery": false,
"supportsManagementAdd": false,
"supportsManagementRemove": false,
"supportsReenrollment": false,
"supportsInventory": false,
"platformSupport": "Unused"
},
"store_types": [
{
"Name": "PaloAlto",
Expand Down Expand Up @@ -61,8 +43,8 @@
"PowerShell": false,
"BlueprintAllowed": false,
"CustomAliasAllowed": "Required",
"ClientMachineDescription": "For the Client Machine field, the user should enter the hostname of the Panorama or Firewall device where the certificates will be managed. For example, 'palourl.cloudapp.azure.com'.",
"StorePathDescription": "For the Store Path field, the user should enter the appropriate path for the certificate location on the Panorama or Firewall. For example, '/config/panorama' for Panorama Level Certs or '/config/shared' for Firewall Certs."
"ClientMachineDescription": "The hostname of the Panorama or Firewall. Example: 'palourl.cloudapp.azure.com'.",
"StorePathDescription": "The specific path for certificate management depending on the target device type. Examples: '/config/panorama' for Panorama Level Certs or '/config/shared' for Firewall Certs."
}
]
}
Expand Down

0 comments on commit 759be69

Please sign in to comment.