-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bug: Cannot execute write operations with valid JSON #62
Comments
Hi Tom 😄 👋 Thx for submission. Looks interesting, because the copy case for KV1 is tested in this suite From the stacktrace it seems that for some reason |
Was able to reproduce the behavior in a test. (#63) |
Great! The reproduced error looks familiar. |
@tommartensen Latest |
@fishi0x01 Thanks a lot for the fast fix! I can confirm that latest |
Thanks for the awesome tool, it is helping a lot in secret management!
We observed the following bug:
secret/
is akv
key/value secret storage in API version 1.vault kv put secret/test data=1
.Other secrets, e.g. as given in the integration tests
value=1
, work without issues.System information:
Happy to provide further information as needed :)
The text was updated successfully, but these errors were encountered: