You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there is only a single "path" field to be specified in the sync-entry, which one to use?
Using .../metadataseems to synchronize entries (i.e. it re-creates the tree and adds entries), but none of the entries has any fields.
Using .../data tells me it has fetched some keys, but hickups on the return value from Vault (also note the doubled '/' on the path). The structure is not re-created within KeePass.
Exception for e2/metadata/path/to//my//secret: Unexpected character encountered while parsing value: {. Path 'data.versions', line 1, position 325.
at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType)
at Newtonsoft.Json.JsonTextReader.ReadAsString()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary(IDictionary dictionary, JsonReader reader, JsonDictionaryContract contract, JsonProperty containerProperty, String id)
The kv-v2 supports the LIST operation only on mount/metadata/, while retrieval of secrets is limited to mount/data/
(see https://www.vaultproject.io/api/secret/kv/kv-v2#list-secrets)
I am using Vault-1.8.1 (latest as of today)
As there is only a single "path" field to be specified in the sync-entry, which one to use?
Using .../metadata seems to synchronize entries (i.e. it re-creates the tree and adds entries), but none of the entries has any fields.
Using .../data tells me it has fetched some keys, but hickups on the return value from Vault (also note the doubled '/' on the path). The structure is not re-created within KeePass.