Mykolaichenko / vaulter

25 stars 3 forks source link

Response: Invalid request #1

Open d-malko opened 7 years ago

d-malko commented 7 years ago

Good day! Why when I run app $ vaulter v it said "Response: Invalid request"?

My vault status:

Sealed: false Key Shares: 5 Key Threshold: 3 Unseal Progress: 0 Unseal Nonce: Version: 0.7.2 Cluster Name: vault-cluster-ac7ebf45 Cluster ID:

Thank you!

zados commented 6 years ago

I can confirm that I am having the same issue.

Mykolaichenko commented 5 years ago

Hi @d-malko @zados vaulter v means 100% same as following: https://www.vaultproject.io/docs/commands/token/lookup.html

So you can just run vault token lookup with native client and see source error.

Invalid request means you get 400 error from Vault: https://www.vaultproject.io/api/overview.html#400

I think something wrong in you'r client setup. Could you please share more data about your client setup?

Thanks, Oleg