You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Import-VaasCertificate. Export from TPP right into VaaS (and vice versa).
Import-TppCertificate updates
Add pipelining with either -CertificatePath or CertificateData. You can provide FileInfo objects or just an array of paths.
If using PS v6+, import will now use parallel processing. Control the number of certificates imported at once with the new parameter -ThrottleLimit. This is definitely the recommended approach for bulk importing.
Add prepending '\ved\policy' to -PolicyPath if not provided
Get-TppAttribute updates
-Attribute can now accept custom field labels/names to retrieve the value, #74
Return Locked and Overridden values where applicable
Notify user when attribute name provided to -Attribute is not valid
Fix SecretManagement module existence check not always being triggered in New-VenafiSession, #123
Add 'certificate' field to Write-VerboseWithSecret to hide certificate data being passed to VaaS
Allow any attribute names for Get-TppIdentityAttribute -Attribute, #125