Gcp/static-account - unsupported path 404 error

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 :frowning:

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?

Looks like that ability was added in Vault 1.8. I would recommend patching your environment to a more current version of Vault and try again.

1 Like

Thanks! will try it.

Worked! it was a version issue. version 1.8 works fine. Thanks!