ilijamt/vht

How to see the secret?

Closed this issue · 5 comments

Hello,

Is it possible to see the secrets also with vht?

Indeed, when I try to use it (kv store), I can see only the path.
Example:
$ ./vht search -r /backend/metadata -k ".*c"
/backend/metadata/a/b/c
(and others metadatas)

Seems probably due to the facts that metadata path is used with kv. Do you have a workaround to see also the secrets?

Best regards,

If I try with vht search -r /backend/data -k ".*c" ->
Code: 405. Errors:

  • 1 error occurred:
    * unsupported operation

@anthosz what version of Vault are you using?

@ilijamt
The last version:
version | "1.3.3"

@anthosz can you try now I fixed it (download the new version) so it can distinguish between version 1 and version 2 of the kv store.
Does this help you?

check this part of the readme now https://github.com/ilijamt/vht#example

@ilijamt It works!

Thank you!