Venafi / VenafiPS

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

New-VaasCertificate results in 404 - servertypes endpoint retired. #218

Closed vertigo-one closed 1 year ago

vertigo-one commented 1 year ago

The TLSPC API endpoint /outagedetection/v1/applicationservertypes has been retired which results in certificate requests from TLSPC failing when New-VaasCertificate is used.

Environment

Operating System: Windows
VenafiPS version:  5.2.2

Steps to reproduce

Use New-VaasCertificate to request a certificate from TLSPC.

New-VaasCertificate -Application 'myapp' -IssuingTemplate 'mytemplate' -ServerType '*' -CommonName 'cert.corp.net'

Expected behavior

A certificate is requested.

Actual behavior

A 404 error is recieved when new-vaascertificate calls /outagedetection/v1/applicationservertypes to enumerate the avaliable server types since this API endpoint is no longer in existence.

Screenshots

image