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
Key names must always be strings. If you write non-string values directly via the CLI, they will be converted into strings. > However, you can preserve non-string values by writing the key/value pairs to Vault from a JSON file or using the HTTP API.
Right now, safe import fails if you give anything but a string, with, for ex : !! json: cannot unmarshal bool into Go value of type string
The text was updated successfully, but these errors were encountered:
As per
safe/vault/secret.go
Line 21 in 9fdb79a
Right now,
safe import
fails if you give anything but a string, with, for ex :!! json: cannot unmarshal bool into Go value of type string
The text was updated successfully, but these errors were encountered: