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
Apologies for missing anything obvious:
My Vault data looks like this in the UI:
and
databag holds a base64 encoded string.
databag
I'd like to read that string. I'd like to be able to list entries under ecrets/chef0/show/databags/aws
ecrets/chef0/show/databags/aws
No matter what (one example below) I try I keep getting the entirely uninformative error
$ Vault.kv('secrets/chef0').list('databags') .... ArgumentError (no HTTP request path given)
The text was updated successfully, but these errors were encountered:
Leaving this open as a documentation issue. We've workaround this using the the Gem tty-command and cURL.
tty-command
Sorry, something went wrong.
No branches or pull requests
Apologies for missing anything obvious:
My Vault data looks like this in the UI:
and
databag
holds a base64 encoded string.I'd like to read that string.
I'd like to be able to list entries under
ecrets/chef0/show/databags/aws
No matter what (one example below) I try I keep getting the entirely uninformative error
The text was updated successfully, but these errors were encountered: