Skip to content

Commit fe4360d

Browse files
authored
known issue for events in 1.19 and 1.20 (#849)
Adding a known issue with event subscriptions in Vault 1.19 and 1.20 ENT.
1 parent 300b3be commit fe4360d

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

content/vault/global/partials/important-changes/summary-tables/1_19.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ Found | Fixed | Workaround | Edition | Issue
4242
1.19.1 | 1.19.4 | **Yes** | All | [Azure authN fails to authenticate Uniform VMSS instances](/vault/docs/v1.19.x/updates/important-changes#azure-vmss)
4343
1.18.4 | No | **Yes** | All | [Failing credential refresh for Snowflake DB secrets engine key pair authentication](/vault/docs/v1.19.x/updates/important-changes#snowflake-keypair-refresh)
4444
1.19.0 | No | No | All | [Writing configuration to local auth mount (ldap, aws, gcp, azure) ignores local flag](/vault/docs/v1.19.x/updates/important-changes#local-auth-known-issue)
45+
1.19.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.19.x/updates/important-changes#missed-events)

content/vault/global/partials/important-changes/summary-tables/1_20.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ Found | Fixed | Workaround | Edition | Issue
3030
1.18.4 | No | **Yes** | All | [Failing credential refresh for Snowflake DB secrets engine key pair authentication](/vault/docs/v1.20.x/updates/important-changes#snowflake-keypair-refresh)
3131
1.20.0 | 1.20.1 | **Yes** | All | [Duplicate LDAP password rotations on standby node check-in](/vault/docs/v1.20.x/updates/important-changes#ldap-checkin)
3232
1.19.0 | No | No | All | [Writing configuration to local auth mount (ldap, aws, gcp, azure) ignores local flag](/vault/docs/v1.20.x/updates/important-changes#local-auth-known-issue)
33+
1.19.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.20.x/updates/important-changes#missed-events)

content/vault/v1.19.x/content/docs/updates/important-changes.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ valid_change_types: >-
1515

1616
# Important changes
1717

18-
**Last updated**: 2025-06-12
18+
**Last updated**: 2025-09-12
1919

2020
Always review important or breaking changes and remediation recommendations
2121
before upgrading Vault.
@@ -498,3 +498,21 @@ Incorrect forwarding leads to two distinct failure modes:
498498
Do not attempt to configure local auth mounts on performance replication
499499
secondaries.
500500

501+
### Missed events with multiple event clients ((#missed-events)) <EnterpriseAlert inline="true" />
502+
503+
| Change | Affected version | Fixed version
504+
| ----------- | ---------------- | -------------
505+
| Known issue | 1.19.0+ent | None
506+
507+
Users may miss events when multiple clients subscribe to the same performance
508+
standby node in a cluster with the same namespace and event type filters because
509+
one client disconnecting effectively unsubscribes the remaining clients who no
510+
longer receive events.
511+
512+
#### Recommendation
513+
514+
If you have multiple event subscribers with the same namespace and event type
515+
filters you have two options:
516+
517+
1. Spread them out among the nodes of the Vault cluster.
518+
1. Only subscribe to events on the active node of the cluster.

content/vault/v1.20.x/content/docs/updates/important-changes.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ valid_change_types: >-
1414

1515
# Important changes
1616

17-
**Last updated**: 2025-08-13
17+
**Last updated**: 2025-09-12
1818

1919
Always review important or breaking changes and remediation recommendations
2020
before upgrading Vault.
@@ -382,3 +382,21 @@ Incorrect forwarding leads to two distinct failure modes:
382382
Do not attempt to configure local auth mounts on performance replication
383383
secondaries.
384384

385+
### Missed events with multiple event clients ((#missed-events)) <EnterpriseAlert inline="true" />
386+
387+
| Change | Affected version | Fixed version
388+
| ----------- | ---------------- | -------------
389+
| Known issue | 1.20.0+ent | None
390+
391+
Users may miss events when multiple clients subscribe to the same performance
392+
standby node in a cluster with the same namespace and event type filters because
393+
one client disconnecting effectively unsubscribes the remaining clients who no
394+
longer receive events.
395+
396+
#### Recommendation
397+
398+
If you have multiple event subscribers with the same namespace and event type
399+
filters you have two options:
400+
401+
1. Spread them out among the nodes of the Vault cluster.
402+
1. Only subscribe to events on the active node of the cluster.

0 commit comments

Comments
 (0)