Skip to content

Commit

Permalink
backport of commit 28f091a (#17710)
Browse files Browse the repository at this point in the history
Co-authored-by: davidadeleon <[email protected]>
  • Loading branch information
1 parent 2a57e58 commit e34f8a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/docs/enterprise/replication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ generation until it is used.
Once a secondary is activated, its cluster information is stored safely behind
its encrypted barrier.

## Mutual TLS and Load Balancers

Vault generates its own certificates for cluster members. All replication traffic
uses the cluster port using these Vault-generated certificates after initial
bootstrapping. Because of this, the cluster traffic can NOT be terminated at the
cluster port at a load balancer level.

## Tutorial

Refer to the following tutorials replication setup and best practices:
Expand Down
4 changes: 4 additions & 0 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,10 @@
"title": "<code>path-help</code>",
"path": "commands/path-help"
},
{
"title": "<code>patch</code>",
"path": "commands/patch"
},
{
"title": "<code>plugin</code>",
"routes": [
Expand Down

0 comments on commit e34f8a1

Please sign in to comment.