Skip to content

Commit

Permalink
Manually apply update from main (#28988)
Browse files Browse the repository at this point in the history
  • Loading branch information
schavis authored Nov 21, 2024
1 parent b1e07ec commit 9613596
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 9613596

Please sign in to comment.