Skip to content

Commit

Permalink
[Docs] Add a missing parameter (hashicorp#28630)
Browse files Browse the repository at this point in the history
* Add a missing parameter

* Update website/content/docs/configuration/replication.mdx

Co-authored-by: Nick Cabatoff <[email protected]>

* Fix the cross referencing link

---------

Co-authored-by: Nick Cabatoff <[email protected]>
  • Loading branch information
yhyakuna and ncabatoff authored Oct 8, 2024
1 parent 9d4d563 commit af8c957
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/content/docs/configuration/replication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ replication {
time to see the resulting WAL present locally before returning a response to the client.
- `allow_forwarding_via_token` `(string: "")` - When set to `new_token`, requests sent to non-active nodes
are forwarded if the node does not yet have the token information in storage.
- `replication_canary_write_interval_seconds` `(integer: 1)` - Interval in
seconds between writes of the replication canary to the storage on the primary
cluster. Set to 0 to disable the canary. Refer to the [Clock skew and
replication
lag](/vault/docs/enterprise/consistency#clock-skew-and-replication-lag) page
for details on the canary.

Support for Server Side Consistent Tokens is now available. Refer to the [Server Side Consistent Token FAQ](/vault/docs/faq/ssct) for details.

0 comments on commit af8c957

Please sign in to comment.