Skip to content
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

On linux trousseau tries to automatically talk to keyring manager #48

Closed
oleiade opened this issue Feb 4, 2014 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@oleiade
Copy link
Owner

oleiade commented Feb 4, 2014

Without any authentication env var registered, on linux, trousseau being called raises

keyring/dbus: Error connecting to dbus session, not registering SecretService provider
2014/02/03 23:24:05 ERR 105 parameter error

I think it means trousseau tries to talk to the system keyring manager even though no keyring were configured.

@ghost ghost assigned oleiade Feb 4, 2014
@oleiade
Copy link
Owner Author

oleiade commented Feb 4, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant