-
Notifications
You must be signed in to change notification settings - Fork 31
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
safe cannot read numbers from the vault on 0.9.9 #178
Comments
Probably a bug. Safe has never really... dealt with non-strings (you can't write one with safe). We were probably converting ints to strings internally when reading them previously, though. And then I probably rolled right over that by accident when I put in vaultkv as the backing library. I'll fix it. |
Yeah the values were not added via safe |
Can this be closed? |
Nope. |
We just came across this issue with this command:
Executing it results in Rolling back to v0.9.6 returns the intended result (being able to run this command an arbitrary amount of times and have it successfully generate a new approle token) Tried with both Vault 0.11.5 and Vault 0.9.3, macOS 10.13.6 and Ubuntu Trusty 14.04.5 |
Thanks for the extra example. I very much hope to have this fixed for the next release. |
should be able to read numbers (and booleans and hashes and lists) into strings as of b3bd92f |
I haven't had a chance to test this and haven't had the issue been reported since so I assume this is good to close thank you Thomas |
We're using a dynamodb backed Vault v0.9.6
Reverting to safe 0.9.6 resolves the issue
Is this because we need to upgrade or vault or something or just a bug? I haven't tried with newer vault versions, yet
The text was updated successfully, but these errors were encountered: