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

unable to use vault password file with multiple lines #380

Open
d4e-sluksch opened this issue Jul 9, 2024 · 0 comments
Open

unable to use vault password file with multiple lines #380

d4e-sluksch opened this issue Jul 9, 2024 · 0 comments

Comments

@d4e-sluksch
Copy link

After upgrading an old instance of rundeck to version 5.4.0 we had the problem, that the decryption using our vault secret was not possible anymore.
While investigating the problem, we found an issue, facing the same problem (#362). Using the version 3.2.10 fixed our problem.
After testing more, we figured out, that our vault password file containing multiple lines triggered the bug. After analysing the changes between version 3.2.10 and 3.2.11 we were able to figure out, that reading the vault secret through vault-client.py causes the issue, because this script only reads exactly one line as password (see v3.2.10...v3.2.11#diff-ff0530df30ccd0765c8039337370afda285e104f8e5fd53a3f0925469a5482f6R15)

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