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
$ Vault.kv('secrets/chef0').list('databags')
....
ArgumentError (no HTTP request path given)
Apologies for missing anything obvious:
My Vault data looks like this in the UI:
and
databagholds 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/awsNo matter what (one example below) I try I keep getting the entirely uninformative error