Skip to content

Commit

Permalink
Add missing option to raft storage docs (#11041)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbl authored Mar 17, 2021
1 parent a880df9 commit 5ad54e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/content/api-docs/system/storage/raft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ad54e2

Please sign in to comment.