Skip to content

Thycotic.SecretServer 0.45.0

Compare
Choose a tag to compare
@wsmelton wsmelton released this 26 Jun 01:41
· 748 commits to main since this release

[0.45.0] -- 2021-06-25

Breaking Changes

  • New-FolderPermissions - Add force, breaks behavior Default endpoint breaks inheritance, command prevents it from doing that unless Force is provided 948747b
  • New-SecretPermission - Add DomainName, Username, GroupName, Force Removed UserId and GroupId. Command now won't break inheritance unless -Force is provided. bbad8c7

Bug Fixes

  • Test-SdkClient - fix logic issue on matching 680bc2a

New Stuff

  • New-FolderPermission - add support for multiple Folder IDs acf6bd3
  • Add-FolderPermission - new command to bulk add permissions based on name (user/group) da1c74d
  • Add-SecretPermission - new command bcefc77

General Updates

  • New-FolderPermission - add doc examples 7646fff

Tests

  • None