Have TPP configured for API integration. Certificate scope.
Expected behavior
Get-VenafiCertificate -All returns all certs available in TPP
Actual behavior
403 error along the way and
ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null.
At C:\Program Files\WindowsPowerShell\Modules\VenafiPS\5.1.1\Public\Find-VenafiCertificate.ps1:752 char:44
Screenshots
No screenshots but the fix for this was to include the scope for Certificate during new Venafi Session. I included configuration but forgot certificate.
Environment
Steps to reproduce
Have TPP configured for API integration. Certificate scope.
Expected behavior
Get-VenafiCertificate -All returns all certs available in TPP
Actual behavior
403 error along the way and ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null. At C:\Program Files\WindowsPowerShell\Modules\VenafiPS\5.1.1\Public\Find-VenafiCertificate.ps1:752 char:44
Screenshots
No screenshots but the fix for this was to include the scope for Certificate during new Venafi Session. I included configuration but forgot certificate.