backport of commit 6984f23d94 (#19233)

Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-02-17 10:57:54 -05:00
committed by GitHub
parent 1e3dcee465
commit fcfc583ae5

4
changelog/19194.txt Normal file
View File

@@ -0,0 +1,4 @@
```release-note:feature
**Event System (Alpha)**: Vault has a new opt-in experimental event system. Not yet suitable for production use. Events are currently only generated on writes to the KV secrets engine, but external plugins can also be updated to start generating events.
```