-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subcommand to verify login status #1071
Comments
There is no command that tells you if login will be interrupted with any prompt. It is not supported at the backend. |
Yes that is true. But I do want my script able to handle the situation when But now if the |
The login flow can prompt for user input up to 3 times
|
We pay for KSM, but I would also very much like this functionality. There are situations where it simply does not apply, or using it would actually reduce overall security. For instance, I would like the ability to pull arbitrary passwords from my vault to pass in to other scripts and systems. Using KSM for this would make every password in my vault accessible to anyone with read-access to the configuration file. The Commander CLI already provides exactly what I need, with the major exception of login flow. |
Just wanted to quickly clarify something about Keeper Secrets Manager (KSM) and Commander. KSM is all about machine-to-machine communication. It's built for automated environments (like servers and CI/CD pipelines) where you need to handle secrets without manual input. This is why it uses a Zero-Knowledge encryption model and other features like local caching and IP lockdown. Commander, on the other hand, is more user-focused and requires user interaction for managing secrets. It's great for individual use but not so much for automated processes. |
@maksimu — thank you for the reply. I understand that, but my point again is that KSM does not apply to my use cases (as you said it is more for machine-to-machine communication) yet the previous comment seems to imply this is the solution:
I would very much like the ability to use Commander to automate my own personal workflows, for which KSM does not apply. |
This feature would be very useful for the various local scripts that users use to perform daily tasks which require password retrieval. |
Hi,
I am trying to find a command to understand the current
keeper
login status.Likely
keeper (some commands)
returns 0 when the cli is logged in, and returns 1 otherwise.However, when logged out,
keeper
with any subcommand will get into interactive mode and try to ask forUser(Email):
. So the whole script get stuck.Is there a way to tell whether keeper is logged in without the cli attempting to wait for user input?
The text was updated successfully, but these errors were encountered: