Skip to content

Commit bfb94e4

Browse files
authored
Merge pull request #457 from hashicorp/repo-sync
Repo sync
2 parents d18fd71 + 04c1f2b commit bfb94e4

File tree

10 files changed

+27
-1
lines changed

10 files changed

+27
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Full seal rewraps occur on DR/PR failover with multi-seal enabled ((#multi-seal-rewrap)) <EnterpriseAlert inline="true" />
2+
3+
| Change | Affected versions | Fixed version |
4+
|-------------|------------------------------------------------|---------------|
5+
| Known issue | 1.20.x+ent, 1.19.x+ent, 1.18.x+ent, 1.16.x+ent | None |
6+
7+
A full rewrap happens when Vault fails over to a DR or performance cluster with `enable_multiseal = true`.
8+
The rewrap can lead to performance degradation until the rewrap operation completes.
9+
10+
#### Recommendation
11+
12+
The only workaround is to disable multi-seal support.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ Found | Fixed | Workaround | Edition | Issue
5050
1.16.16 | 1.16.20 | Upgrade | All | [Unexpected LDAP static role rotations on upgrade](/vault/docs/v1.16.x/updates/important-changes#ldap-static-role-rotations-on-upgrade)
5151
1.16.17 | 1.16.21 | **Yes** | Enterprise | [External Enterprise plugins cannot run on a standby node when it becomes active](/vault/docs/v1.16.x/updates/important-changes#external-ent-plugins)
5252
1.16.18 | 1.16.21 | Upgrade | All | [Azure authN fails to authenticate Uniform VMSS instances](/vault/docs/v1.16.x/updates/important-changes#azure-auth-fails-to-authenticate-uniform-vmss-instances)
53+
1.16.0 | No | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.16.x/upgrading/upgrade-to-1.16.x#multi-seal-rewrap)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ Found | Fixed | Workaround | Edition | Issue
3434
1.18.5 | 1.18.9 | Upgrade | All | [Unexpected LDAP static role rotations on upgrade](/vault/docs/v1.18.x/updates/important-changes#ldap-static-role-rotations-on-upgrade)
3535
1.18.6 | 1.18.10 | **Yes** | Enterprise | [External Enterprise plugins cannot run on a standby node when it becomes active](/vault/docs/v1.18.x/updates/important-changes#external-ent-plugins)
3636
1.18.7 | 1.18.10 | **Yes** | All | [Azure authN fails to authenticate Uniform VMSS instances](/vault/docs/v1.18.x/updates/important-changes#azure-auth-fails-to-authenticate-uniform-vmss-instances)
37+
1.18.0 | No | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.18.x/upgrading/upgrade-to-1.18.x#multi-seal-rewrap)

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
@@ -43,3 +43,4 @@ Found | Fixed | Workaround | Edition | Issue
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)
4545
1.19.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.19.x/updates/important-changes#missed-events)
46+
1.19.0 | No | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.19.x/updates/important-changes#multi-seal-rewrap)

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
@@ -31,3 +31,4 @@ Found | Fixed | Workaround | Edition | Issue
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)
3333
1.19.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.20.x/updates/important-changes#missed-events)
34+
1.20.0 | No | No | Enterprise | [Full seal rewraps occur on DR/PR failover with multi-seal enabled](/vault/docs/v1.20.x/updates/important-changes#multi-seal-rewrap)

content/vault/v1.16.x/content/docs/upgrading/upgrade-to-1.16.x.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,5 @@ If you use `file` audit devices, you need to:
308308
@include 'known-issues/sync-activation-flags-cache-not-updated.mdx'
309309

310310
@include 'known-issues/enterprise-plugins.mdx'
311+
312+
@include '../../../global/partials/important-changes/known-issue/multi-seal-rewrap.mdx'

content/vault/v1.18.x/content/docs/upgrading/upgrade-to-1.16.x.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,6 @@ more details, and information about opt-out.
301301

302302
@include 'known-issues/sync-activation-flags-cache-not-updated.mdx'
303303

304-
@include 'known-issues/enterprise-plugins.mdx'
304+
@include 'known-issues/enterprise-plugins.mdx'
305+
306+
@include '../../../global/partials/important-changes/known-issue/multi-seal-rewrap.mdx'

content/vault/v1.18.x/content/docs/upgrading/upgrade-to-1.18.x.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,5 @@ If you use `file` audit devices, you need to:
246246
@include 'known-issues/azure-auth-fails-uniform-vmss.mdx'
247247

248248
@include 'known-issues/enterprise-plugins.mdx'
249+
250+
@include '../../../global/partials/important-changes/known-issue/multi-seal-rewrap.mdx'

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,3 +516,5 @@ filters you have two options:
516516

517517
1. Spread them out among the nodes of the Vault cluster.
518518
1. Only subscribe to events on the active node of the cluster.
519+
520+
@include '../../../global/partials/important-changes/known-issue/multi-seal-rewrap.mdx'

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,5 @@ filters you have two options:
400400

401401
1. Spread them out among the nodes of the Vault cluster.
402402
1. Only subscribe to events on the active node of the cluster.
403+
404+
@include '../../../global/partials/important-changes/known-issue/multi-seal-rewrap.mdx'

0 commit comments

Comments
 (0)