Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing option to raft storage docs #11041

Merged
merged 1 commit into from
Mar 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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