Keeper-Security / keeper-sdk-dotnet

.Net and PowerShell version of Keeper Commander, a CLI and SDK interface for the Keeper Security platform.
https://docs.keeper.io/secrets-manager/commander-cli/using-commander/dotnet-powershell
MIT License
29 stars 20 forks source link

Copy-KeeperToClipboard fails to return Password #95

Closed joergrenn closed 1 year ago

joergrenn commented 1 year ago

I am using Copy-KeeperToClipboard cmdlet to retrieve a password from a record. However I am always getting the message: "Record XXX has no Password" I have tried several records that all have a password set. With "ko" it returns a password.

sk-keeper commented 1 year ago

Thank you for reporting this issue. It's been fixed in the master branch

joergrenn commented 1 year ago

@sk-keeper thanks for fixing it. I did some testing and it works. As a suggestions, would you consider adding a cmdlet that does not copy the password to clipboard or stdout unencrypted but return the password as a secure string?