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
182 stars 74 forks source link

Add status info to "automator view" or maybe a new "automator history" command #1167

Open jeff-stieglitz opened 5 months ago

jeff-stieglitz commented 5 months ago

In my shop I don't have direct access to the automator docker container so I need to ask the devops admin guys to ship them to me.

I wish there was something that could give me some confidence it was working.

I was thinking of a history/stats command that would show: number of approvals in the last hour, day, week, month. number of pending approvals. the date/time of the last automator reboot (or maybe that stat is added to automator view) a reverse history of the activity, one per line. Such as "timestamp, "team approval", team name/team id if available"

The history listing would be related to the automator log command - if that is enhanced to actually download the logs then the need for the reverse history would be reduced somewhat.