Skip to content

Commit

Permalink
Add note regarding event notification with perf replication (#28853)
Browse files Browse the repository at this point in the history
* Add note regarding event notification with perf replication

* Slight change in wording of the note

* Update website/content/docs/concepts/events.mdx

Co-authored-by: Sarah Chavis <[email protected]>

---------

Co-authored-by: Sarah Chavis <[email protected]>
  • Loading branch information
stevenzamborsky and schavis authored Nov 18, 2024
1 parent 1b41933 commit 14a7d68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/content/docs/concepts/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ Here is an example event notification in JSON format:

## Subscribing to event notifications

<Note>

Vault deployments with performance replication must subscribe to events on the
primary performance cluster. Vault ignores subscriptions made from secondary
clusters.

</Note>

Vault has an API endpoint, `/v1/sys/events/subscribe/{eventType}`, that allows users to subscribe to event notifications via a
WebSocket stream.
This endpoint supports the standard authentication and authorization workflows used by other Vault endpoints.
Expand Down

0 comments on commit 14a7d68

Please sign in to comment.