Skip to content

Commit

Permalink
Release 1.4.3 reconcile to main (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddlermikey committed Jun 23, 2023
1 parent 4c9f7f6 commit 83a5383
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ This text would be entered in as the value for the __Server Password__, instead
---


<span style="color:red">**Please note that this integration will work with the Universal Orchestrator version 10.1 or earlier, OR 10.4.1 or greater**</span>

## Use Cases

The F5 Orchestrator supports three different types of certificates stores with the capabilities for each below:
Expand Down
2 changes: 1 addition & 1 deletion WebServer/Inventory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 2 additions & 0 deletions readme_source.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<span style="color:red">**Please note that this integration will work with the Universal Orchestrator version 10.1 or earlier, OR 10.4.1 or greater**</span>

## Use Cases

The F5 Orchestrator supports three different types of certificates stores with the capabilities for each below:
Expand Down

0 comments on commit 83a5383

Please sign in to comment.