HA Cluster with Raft and TLS
The overview for Integrated Storage and TLS covers the various options for mitigating TLS verification warnings and bootstrapping your Raft cluster.
Without proper configuration, you will see the following warning before cluster initialization:
The examples below demonstrate two specific solutions. Both solutions ensure
that the common name (CN) used for the leader_api_addr
in the Raft stanza
matches the name(s) listed in the TLS certificate.
Before you start
Follow the steps from the example HA Vault Cluster with Integrated Storage to build the cluster.
Follow the examples and instructions in Standalone Server with TLS to create a TLS certificate.
Solution 1: Use auto-join and set the TLS server in your Raft configuration
The join warning disappears if you use auto-join and set the expected TLS
server name (${CN}
) with
leader_tls_servername
in the Raft stanza for your Vault configuration.
For example:
Solution 2: Add a load balancer to your Raft configuration
If you have a load balancer for your Vault cluster, you can add a single
retry_join
stanza to your Raft configuration and use the load balancer
address for leader_api_addr
.
For example: