From 558cdc4dc1363ad935aa2649d1e3a3a098f6147d Mon Sep 17 00:00:00 2001 From: Brad Blackard Date: Wed, 3 Mar 2021 12:44:05 -0800 Subject: [PATCH] Add missing option to raft storage docs --- website/content/api-docs/system/storage/raft.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/api-docs/system/storage/raft.mdx b/website/content/api-docs/system/storage/raft.mdx index beda167ca0c6..62eaea024f6e 100644 --- a/website/content/api-docs/system/storage/raft.mdx +++ b/website/content/api-docs/system/storage/raft.mdx @@ -39,6 +39,13 @@ leader node. - `leader_client_key` `(string: "")` - Client key used to communicate with Raft's leader node. +Additionally, the following options are allowed in Vault open-source, but +relevant functionality is only supported in Vault Enterprise: + +- `non_voter` `(bool: false)` - Joins the node to the cluster in non-voter mode + which results in Vault's data being replicated to it, but does not contribute + to the quorum count. + ### Sample Payload ```json