Hey, I downloaded the vault enterprise trial binary, copied it to my server and restarted vault completely.
vault --version returns:
Vault v1.5.0+ent
I login with my root token and try to execute the command:
vault write sys/license text=XXXXXXX
using the key I got from Hashicorp.
The answer I get is:
Error writing data to sys/license: Error making API request
URL: PUT https://my.ip.address.com:8200/v1/sys/license
Code: 404. Errors:
* 1 error occurred:
* unsupported path
Note: The rest api works great (Everything I tried to get and write to the http API worked great).
Any Ideas why this path is unsupported?