-
Notifications
You must be signed in to change notification settings - Fork 10
Writing GCCPCA CA Pool Config Fails with Error 500 #4
Comments
if your'e running vault production locally, you shold see the log out put to stdout. (i'd recommend testing with the vault dev server just to verify and test). anyway, when you use vaultproduction, you need to register the plugin and specify a ca-cert if you're using a custom CA for TLS as described in the repo. eg
as in
also |
The install of the plugin has the arg poining to the CA Cert. Checking journalctl to get the output I got this: So build from source then instead of the pre-compiled version? |
Recompiling isn't necessary...i'm not sure what would cause that error (i did just verify its working end-to-end with this config):
|
Alright I'll play around some more there and see what's going on. The only thing that I could think of is something is wrong with the CA cert, since perms and everything else looks good. |
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!
The text was updated successfully, but these errors were encountered: