Releases: Venafi/VenafiPS
Releases · Venafi/VenafiPS
v3.2.0
- Add support for token refresh to
New-VenafiSession
andNew-TppToken
. Auto-refresh $VenafiSession when token expires and we have a refresh token. #33 - Fix invalid grant details in
Test-TppToken
, #32 - Update Version in VenafiSession object, from
Get-TppVersion
, to be of type Version. Drop Revision from version so now only 3 octets. This assists in performing version validation. - Update
New-TppToken
to account for a bug in pre 21.3 which expected the client_id to be lowercase - Update
Test-TppToken
to validate the tpp version is supported
v3.1.7
v3.1.6
- Thanks to @harrisonmeister for this contribution!
- Add support to
Export-VenafiCertificate
for-IncludeChain
and-IncludePrivateKey
when using JKS format, #24 and #26 - Add 'CertificateData' to the list of values hidden with
Write-VerboseWithSecret
, #25 - Help updates
v3.1.5
v3.1.3
v3.1.2
v3.1.1
v3.1.0 - Move to Invoke-WebRequest, add -CountOnly option to Find-TppCertificate
- Add
-CountOnly
toFind-TppCertificate
to return the number of certificates found based on the filters provided, #12 - Move from
Invoke-RestMethod
toInvoke-WebRequest
inInvoke-VenafiRestMethod
so we get response headers, to be used with-CountOnly
above.Invoke-VenafiRestMethod
has a new parameter,-FullResponse
, to retrieve the complete response, not just content value. - Add
New-HttpQueryString
private function to support HEAD api calls which require a query string and not body. - Fix
Test-TppIdentityFormat
which was failing when the identity guid was surrounded with curly braces - Replace
-Limit
parameter and standardize on-First