Zyborg.Vault
Zyborg.Vault copied to clipboard
Incorrect API endpoints
Following along with the examples on the home page when I try to get the secrets I get the following error
Get-VltDataList secret
Get-VltDataList: 404 NotFound. {"request_id":"55368f3a-8c14-9341-3dc1-31ee0a60665b","lease_id":"","renewable":false,"lease_duration":0,"data":null,"wrap_info":null,"warnings":["Invalid path for a versioned K/V secrets engine. See the API docs for the appropriate API endpoints to use. If using the Vault CLI, use 'vault kv list' for this operation."],"auth":null}
PowerShell 5.1 & PowerShell 7 Windows 10 1903 x64 Vault 1.3.2 Zyborg vault 0.6.0.36 from psgallery
Was this against a locally-running Vault instance, or remote?
It was against a locally running vault
I am using remote vault instance. Getting same error message.