Closed tommartensen closed 3 years ago
Hi Tom :smile: :wave:
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 secret/test
is perceived as a KV2 secret. vsh
then tries to convert it to KV1, which fails, because it already is KV1. I will try to reproduce that issue in a test.
What's your permission policy on secret/
and secret/test
?
Was able to reproduce the behavior in a test. (#63)
Great! The reproduced error looks familiar. Thanks a lot for the help and we look forward to a fix! 🥇 Should you need further information, we are more than happy to assist.
@tommartensen Latest master
should work with data
key. Please let me know if you still witness any issues.
@fishi0x01 Thanks a lot for the fast fix! I can confirm that latest master
works with our system.
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 :)