You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've spotted the bug. in trousseau/trousseau.go the password flag handler is directly evaluated (even there's no actual command provided) and the passphrase handler throws an error.
I think it's the correct behavior, but the error should be more generic in this specific case.
Without any authentication env var registered, on linux, trousseau being called raises
I think it means trousseau tries to talk to the system keyring manager even though no keyring were configured.
The text was updated successfully, but these errors were encountered: