Adaptable Log Channel prerequisites

Before you configure a Venafi Adaptable Driver object in Trust Protection Platform, review the following prerequisites:

  • Review the Adaptable Flow design to understand where you want the custom logic to be applied.
  • Review the Adaptable Log Channel design to determine the Trust Protection Platform logged events to which you want the driver to respond.
  • To work effectively with any Venafi adaptable solution, you must have some working knowledge of PowerShell scripting, or you must have equivalent experience with a scripting language similar to PowerShell.

  • Identify who will write the logic for the PowerShell functions in the Adaptable Application driver script.

    Will you write the logic yourself, or will you delegate the task to an internal development resource, Venafi Professional Services, or someone else?

  • Install Windows PowerShell 3.0 or later.
  • Install .NET 4.7.2 or later.
  • (Conditional) If your Adaptable script requires access to the Venafi Web SDK, you'll need to do the following:

  • Make sure you have a username credential that is valid for the device you will connect to. This is the username and password SSH Protect will use to connect to the device. For information on working with credentials, see Creating user name or password credentials.
  • Check out the sample script in the \Venafi\Scripts\AdaptableSSHManagement\sample\ folder. This will help you create your script. Your scripts should be stored in the \Venafi\Scripts\AdaptableSSHManagement\ folder. You will only be able to select items that appear in that specific folder, not any descendant folders.

What's next?

After you've completed the Adaptable Log Channel prerequisites, see Configuring the Adaptable Log Channel object.

Related Topics Link IconRelated Topics