chopinrlz/powerpass

Read throws an error if your Locker is empty

chopinrlz opened this issue · 1 comments

  1. Deploy PowerPass
  2. Write at least 1 secret into the locker
  3. Remove all the secrets from your locker
  4. 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.

This has been fixed in release v1.5.0