zyborg / Zyborg.Vault

PowerShell bindings for HashiCorp Vault
https://zyborg.github.io/Zyborg.Vault/
MIT License
18 stars 5 forks source link

Incorrect API endpoints #8

Open Sup3rlativ3 opened 4 years ago

Sup3rlativ3 commented 4 years ago

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

ebekker commented 3 years ago

Was this against a locally-running Vault instance, or remote?

Sup3rlativ3 commented 3 years ago

It was against a locally running vault

rihenperry commented 3 years ago

I am using remote vault instance. Getting same error message.