Ryan Bolger
Ryan Bolger
Hah, yep. Arc-enabled servers ultimately end up using the code path that was originally added for Azure Automation with the `IDENTITY_ENDPOINT` environment variable. The difference is that the documentation for...
Good eye. I missed that difference in the article. That `management.azure.com` URL appears to be the "Resource Manager" endpoint for public cloud as opposed to the "Management" URL the plugin...
The prompt for Basic auth using a key value from a local file is definitely unique to Arc as far as I know. I found the official docs for the...
The `StatusCode` property is an enum and the comparison should work with either the enum value name or actual integer value. I generally try to use the integer value to...
Ok, give this latest commit a try. My test Arc box now works with both PowerShell 5.1 and 7. I still need to go back and re-test the Azure native...
Azure VM and Azure Automation both work via IMDS with the latest changes. Annoyingly, I realized the credential and certificate auth flows are using a now deprecated v1 token endpoint....
The fix is now live in 4.25.1
Hey @roadbikemike, thanks for reaching out. This is a fascinatingly odd issue. The 403 error seems like it would be Infoblox explicitly rejecting the request instead of a potential load...
If you can reliably reproduce it, you might also be able to work with your IB team to enable and monitor debug logs during the event to potentially get more...
Hey, thanks for the follow up. Quick question about the implementation details of your tests. Following the first call which uses Basic Auth, are you saving and re-using the session...