Open tayhalla opened 5 years ago
The consul cluster in the examples/vault-cluster-private repo is missing the security group from the vault cluster. The result is the vault nodes can't speak to the consul nodes due to lack of security group rules.
examples/vault-cluster-private
The fix is to supply the missing vault security group to the consult cluster. The submodule that relies on this security group can be found here: https://github.com/hashicorp/terraform-aws-consul/blob/master/modules/consul-security-group-rules/variables.tf#L20
I could've sworn we had already fixed this! Would you be up for a quick PR to fix it?
of course - coming in soon. Thx @brikis98
The consul cluster in the
examples/vault-cluster-private
repo is missing the security group from the vault cluster. The result is the vault nodes can't speak to the consul nodes due to lack of security group rules.The fix is to supply the missing vault security group to the consult cluster. The submodule that relies on this security group can be found here: https://github.com/hashicorp/terraform-aws-consul/blob/master/modules/consul-security-group-rules/variables.tf#L20