Skip to content

Commit

Permalink
Workaround for v1.6.0 failure to auto-join
Browse files Browse the repository at this point in the history
There's a known issue[1] in v1.6.0 that prevents consul clients from
contacting the servers when they're configured to auto-join.  This
workaround[2] gets things working.

1: hashicorp/consul#6391
2: hashicorp/consul#6391 (comment)
  • Loading branch information
jinnko committed Sep 5, 2019
1 parent eedd81e commit d07f412
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/run-consul/run-consul
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,13 @@ EOF
"http": -1,
"https": 8501
},
"connect": {
"enabled": true,
"ca_config": {
"private_key_type": "ec",
"private_key_bits": 256
}
},
EOF
)
fi
Expand Down

0 comments on commit d07f412

Please sign in to comment.