We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The difference isn't obvious at all. I'm also not sure what APIs need to be used for v2.
There is some code in the vault CLI source: https://github.com/hashicorp/vault/blob/master/command/kv_helpers.go#L99
vault
But none of it is exposed for importing for some reason. So this might require copying/implementing a v2 check.
It seems to manipulate the mount path that's being read: https://github.com/hashicorp/vault/blob/master/command/kv_get.go#L94-L110
The text was updated successfully, but these errors were encountered:
4f15101
No branches or pull requests
The difference isn't obvious at all. I'm also not sure what APIs need to be used for v2.
There is some code in the
vault
CLI source: https://github.com/hashicorp/vault/blob/master/command/kv_helpers.go#L99But none of it is exposed for importing for some reason. So this might require copying/implementing a v2 check.
It seems to manipulate the mount path that's being read: https://github.com/hashicorp/vault/blob/master/command/kv_get.go#L94-L110
The text was updated successfully, but these errors were encountered: