-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next steps after terraform apply #95
Comments
this is happening for me too: @sethvargo looks like something happened where this terraform config no longer works out of the box - needs an update, this issue is reproducible |
I actually get this error rather than a connection refused error |
logs for vault-0 vault-init:
logs for vault-0 vault
|
this project is no longer supported ? @sethvargo |
on further inspection: I reverted this PR: #94 cheers! |
PR #94 adds support for Kubernetes Service Registration. This project is still using Vault 1.2.1 (now 2 years old) by default, however, and Kubernetes Service Registration wasn't added until Vault 1.4. Vault is now at v1.8.1. Try updating the Vault version to 1.8.1 on From the logs you posted, @agates4, it seems like there may be a separate Vault error unrelated to the updating of Pod labels
|
thank you @bchrobot ! using these values
within |
PR sethvargo#94 relies on a feature introduced in Vault 1.4.0. This updates Vault to the latest version fixing sethvargo#95.
Question
I think I'm missing a step. I cloned the repo, set the vars, ran terraform init, terraform plan and then terraform apply.
I got
Apply complete! Resources: 41 added, 0 changed, 0 destroyed.
.Then, I ran the
root_token_decrypt_command
and got the token. SetVAULT_ADDR
,VAULT_TOKEN
&VAULT_CAPATH
as pert he README.md.Assuming this is all correct, I should be able to interact with vault. Except I get...
Error enabling: Post "https://<IP>/v1/sys/mounts/secret": dial tcp <IP>:443: connect: connection refused
Upon digging a little further, the load balancer is reporting that the health check is failing for all 3 instances.
Considerations
Is there a step I'm missing? Any pointers on what I can look into next?
The text was updated successfully, but these errors were encountered: