Read throws an error if your Locker is empty
chopinrlz opened this issue · 1 comments
chopinrlz commented
- Deploy PowerPass
- Write at least 1 secret into the locker
- Remove all the secrets from your locker
- Call Read-PowerPassSecret with an empty locker
When you call Read-PowerPassSecret with an empty locker, the cmdlet throws an error because they array of secrets is empty and a null value is passed to the secure string function.
chopinrlz commented
This has been fixed in release v1.5.0