Closed purduerich closed 3 years ago
Thanks. It might be good to also open a topic on this issue in Devcentral.f5.com and see if anyone else has run into this there. Cheers.
Not sure if it helps but it seems like this loginProviderName=tmos'
in New-F5Session.ps1 is the culprit. When I remove it I'm able to make a successful connection to both the new and old version of BIG-IP. I wonder if this module should be updated to remove this.
This ended up not being a problem. If anyone reading this in the future has the same issue, simply run the command bigstart restart restjavad
to restart the service. That ended up fixing it for me.
Thanks for providing the details, purduerich.
Hey team. I've been using this Powershell module for years and it's been working great. Recently I applied the v15.1.4 patch to one of our non-prod load balancers. The following morning our automated tests which utilize this module started getting the error below.
I double checked my service account and access and all of that was working fine in the admin UI. However it seems like this call started failing. If you look at my screenshot below you'll see 2 calls being made. The top one is connecting to a load balancer on v15.1.3.1, which is successful. The second one is connecting to a load balancer on v15.1.4 which is unsuccessful.
I wonder if F5 introduced changes in iControl that changed its behavior. I'm reporting this as a possible bug.