diff --git a/CHANGELOG.md b/CHANGELOG.md index 330dedb..dd5dcb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v1.4.2 +v1.4.3 - Bug Fix: IgnoreSSLWarning was not recognized when set to true - Modified login API call for token auth to fix issue some users were experiencing diff --git a/README.md b/README.md index 29ceec6..e0282e5 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ This text would be entered in as the value for the __Server Password__, instead --- +**Please note that this integration will work with the Universal Orchestrator version 10.1 or earlier, OR 10.4.1 or greater** + ## Use Cases The F5 Orchestrator supports three different types of certificates stores with the capabilities for each below: @@ -127,10 +129,6 @@ The F5 Orchestrator supports three different types of certificates stores with t The version number of a the F5 Orchestrator can be verified by right clicking on the F5Orchestrator.dll file, selecting Properties, and then clicking on the Details tab. -## Keyfactor Version Supported - -The F5 Orchestrator has been tested using Keyfactor Command version 9.4 and the Keyfactor Universal Orchestrator version 9.5. However, this should be compatible with any Keyfactor versions 9.x and above. - ## F5 Orchestrator Installation 1. Stop the Keyfactor Universal Orchestrator Service. diff --git a/WebServer/Inventory.cs b/WebServer/Inventory.cs index f06f0ea..b5f5261 100644 --- a/WebServer/Inventory.cs +++ b/WebServer/Inventory.cs @@ -40,7 +40,7 @@ public override JobResult ProcessJob(InventoryJobConfiguration config, SubmitInv try { LogHandlerCommon.Debug(logger, JobConfig.CertificateStoreDetails, "Processing job parameters"); - dynamic properties = JsonConvert.DeserializeObject(config.CertificateStoreDetails.Properties.ToString()); + base.ParseJobProperties(); SetPAMSecrets(config.ServerUsername, config.ServerPassword, logger); F5Client f5 = new F5Client(config.CertificateStoreDetails, ServerUserName, ServerPassword, config.UseSSL, null, IgnoreSSLWarning, config.LastInventory); diff --git a/readme_source.md b/readme_source.md index 48242c6..238544c 100644 --- a/readme_source.md +++ b/readme_source.md @@ -1,3 +1,5 @@ +**Please note that this integration will work with the Universal Orchestrator version 10.1 or earlier, OR 10.4.1 or greater** + ## Use Cases The F5 Orchestrator supports three different types of certificates stores with the capabilities for each below: @@ -23,10 +25,6 @@ The F5 Orchestrator supports three different types of certificates stores with t The version number of a the F5 Orchestrator can be verified by right clicking on the F5Orchestrator.dll file, selecting Properties, and then clicking on the Details tab. -## Keyfactor Version Supported - -The F5 Orchestrator has been tested using Keyfactor Command version 9.4 and the Keyfactor Universal Orchestrator version 9.5. However, this should be compatible with any Keyfactor versions 9.x and above. - ## F5 Orchestrator Installation 1. Stop the Keyfactor Universal Orchestrator Service.