From 07f587dd05bf83d5d05e5e52eb8cce4aedc73bc3 Mon Sep 17 00:00:00 2001 From: Roger Berlind Date: Thu, 8 Feb 2018 18:11:00 -0500 Subject: [PATCH] Updated replication table (#3929) --- website/source/docs/enterprise/replication/index.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/enterprise/replication/index.html.md b/website/source/docs/enterprise/replication/index.html.md index 7d3d1b727..34d78e088 100644 --- a/website/source/docs/enterprise/replication/index.html.md +++ b/website/source/docs/enterprise/replication/index.html.md @@ -67,10 +67,10 @@ They do not forward service read or write requests until they are elected and be | Capability | Disaster Recovery | Performance | |-------------------------------------------------------------------------------------------------------------------------- |------------------- |-------------------------------------------------------------------------- | -| Mirrors the secrets infrastructure of a primary cluster | Yes | Yes | -| Mirrors the configuration of a primary cluster’s backends (i.e.: auth methods, storage backends, secrets engines, etc.) | Yes | Yes | -| Contains a local replica of secrets on the secondary and allows the secondary to forward writes | No | Yes | -| Mirrors the token auth infrastructure for applications or users interacting with the primary cluster | Yes | No. Upon promotion, applications must re-auth tokens with a new primary. | +| Mirrors the configuration of a primary cluster | Yes | Yes | +| Mirrors the configuration of a primary cluster’s backends (i.e.: auth methods, secrets engines, audit devices, etc.) | Yes | Yes | +| Mirrors the tokens and leases for applications and users interacting with the primary cluster | Yes | No. Applications must re-auth tokens and obtain new leases from the new primary. | +| Allows the secondary cluster to handle client requests | No | Yes | For more information on the capabilities of performance and disaster recovery replication, see the Vault Replication [API Documentation](/api/system/replication.html).