Skip to content

v4.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 22:14
· 382 commits to main since this release
  • 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