Skip to content

Commit

Permalink
Add mTLS and Load Balancers section to Enterprise Replication Documen…
Browse files Browse the repository at this point in the history
…tation (#17676)

* Adding mTLS and Load Balancers section

* Adding patch CLI docs to nav JSON
  • Loading branch information
davidadeleon authored Oct 27, 2022
1 parent eff53c2 commit 28f091a
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 28f091a

Please sign in to comment.