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
this is probably because this library is compatible with v1 KV storage, as i can follow inthe logs v2 KV storage is using /secret/data as prefix for write operations
I use the postman with root token and it will correct create user with specified policies and create secret in vault.
but when I use this nodejs vault client I always get 404 response code even I use the root token to write some thing
and always get
vault in my computer is runs as docker container, and the version is https://hub.docker.com/layers/vault/library/vault/1.10.3/images/sha256-74a6f9588b4d1c548ea4bd8731fdd04d0356f3d607f2e1bc9408f6c75e78d85c?context=explore
client version in nodejs project
so I want to know that is this client out of maintenance?
The text was updated successfully, but these errors were encountered: