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

Passwords returned with trailing newline #16

Open
xanonid opened this issue Dec 5, 2023 · 0 comments
Open

Passwords returned with trailing newline #16

xanonid opened this issue Dec 5, 2023 · 0 comments

Comments

@xanonid
Copy link

xanonid commented Dec 5, 2023

vault-keyring-client.py should return the password without a newline at the end to keep compatibility with the case when passwords are entered with --ask-vault-password

Relevant code:

sys.stdout.write('%s\n' % secret)

Unfortunately, changing this breaks existing usage.

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

No branches or pull requests

1 participant