Venafi / VenafiPS

Powershell module to fully automate your Venafi TLS Protect Datacenter and Cloud platforms!
https://venafips.readthedocs.io/
Apache License 2.0
17 stars 8 forks source link

Update Invoke-VcWorkflow.ps1 to update URI leaf for Machine Discovery Worklfow #276

Closed R3LentL355 closed 2 months ago

R3LentL355 commented 2 months ago

There is a current documentation bug on https://developer.venafi.com which mistakenly points to /v1/machineIdentities when running Machine Discovery. Machine Discovery has to be initiated on a machine UUID rather than a machineIdentity UUID or it will fail. This branch merely updates the URI leaf to /v1/machines in order to resolve this issue.