Trying to configure a static account that generates GCP Service Account keys:
My vault is running in GCE. Version is 1.6.0.
vault write gcp/roleset/my-key-roleset … / works fine !
vault write gcp/static-account/my-key-account / fails with unsupported path
Error is,
Error writing data to gcp/static-account/my-key-account: Error making API request.
URL: PUT https://XX.XXX.XXX.XXX:8200/v1/gcp/static-account/my-key-account
Code: 404. Errors:
- 1 error occurred:
* unsupported path
Any suggestion on how to resolve this?