Hello Team,
I’ve put all my effor to read the secrets from KV. But none of the API is helping me out here. I’m trying to curl
“curl
–header “X-Vault-Token: XXXXXXXXXXX”
https://3.110.159.102:8200/v1/secret/my-secret” and it never returns the expected output and always says “Invalid path for a versioned K/V secrets engine”.
In the curl, If i change the v1 to v2, it gives me
{
“errors”:
}
I really don’t know how to take it forward. Because the API design is quite confusing. Like what is the path that we should provide and so on. Can somebody help me out here.
Thanks in Advance.