Skip to content

Commit

Permalink
backport of commit af8c957 (#28634)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
  • Loading branch information
1 parent e4cb2c4 commit e108d82
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 e108d82

Please sign in to comment.