You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2023. It is now read-only.
Running Vault 1.9.2, with the 1.1.0 release of this plugin.
I've installed using the prebuilt binary following the direction provided in the README. Received Success registering and then enabling the plugin.
I am then attempting to run the following write to the configuration with of course my details filling in below.
vault write gcppca/config
pool="my-pool"
location="us-central1"
project="your-project-id"
During the run of this command I receive the following error:
Error writing data to gcppca/config: Error making API request.
URL: PUT https://vault-address:port/v1/gcppca/config
Code: 500. Errors:
* internal error
Any assistnace on this would be much appreciated, thanks!