Keeper-Security / Commander

Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management.
https://www.keepersecurity.com/commander.html
MIT License
184 stars 74 forks source link

Bug: the CLI allow view data after session expired #1057

Open tmura-inon opened 1 year ago

tmura-inon commented 1 year ago
My Vault> list
  #  Record UID              Type    Title    Description            Shared
---  ----------------------  ------  -------  ---------------------  --------
  1  **********************  login   Test     *********************  False

The folowing lines writed one day later:

My Vault> list
  #  Record UID              Type    Title    Description            Shared
---  ----------------------  ------  -------  ---------------------  --------
  1  **********************  login   Test     *********************  False
Your Keeper session needs to be refreshed. Please logout and login again.
Not logged in> list
Logging in to Keeper Commander

The CLI show the results onc'e and only then block for other commands.

sk-keeper commented 1 year ago

Yes, that is correct. The Commander can be used in read-only mode when login session is expired. It is hard to tell if it is a bug or a feature