Skip to content

Commit fe9f070

Browse files
JMGoldsmithschavis
andauthored
updating known issue for rotation manager (#1240)
* updating known issue for rotation manager * fix typo * Update content/vault/v1.19.x/content/docs/updates/important-changes.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update content/vault/v1.20.x/content/docs/updates/important-changes.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update content/vault/v1.19.x/content/docs/updates/important-changes.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update content/vault/v1.20.x/content/docs/updates/important-changes.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update content/vault/v1.19.x/content/docs/updates/important-changes.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update content/vault/v1.20.x/content/docs/updates/important-changes.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
1 parent 055b5b1 commit fe9f070

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ Found | Fixed | Workaround | Edition | Issue
4444
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)
4545
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)
4646
1.19.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.19.x/updates/important-changes#missed-events)
47-
1.19.0 | 1.19.11 | 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)
47+
1.19.0 | 1.19.11 | 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)
48+
1.19.0 | 1.19.10 | Upgrade. | Enterprise | [Rotation manager job creation will fail, spawning large number of goroutines](/vault/docs/v1.19.x/updates/important-changes#rotation-manager-goroutines)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ Found | Fixed | Workaround | Edition | Issue
3232
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)
3333
1.20.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)
3434
1.20.0 | No | **Yes** | Enterprise | [Missed events with multiple event clients](/vault/docs/v1.20.x/updates/important-changes#missed-events)
35-
1.20.0 | 1.20.5 | 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)
35+
1.20.0 | 1.20.5 | 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)
36+
1.19.0 | 1.20.14 | Upgrade. | Enterprise | [Rotation manager job creation will fail, spawning large number of goroutines](/vault/docs/v1.19.x/updates/important-changes#rotation-manager-goroutines)

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,21 @@ Explicitly set the default endpoint and region when configuring sts:
344344

345345
## Known issues
346346

347+
### Rotation registrations failing ((#rotation-manager-goroutines))
348+
349+
| Change | Affected version | Fixed version
350+
| ------------ | ---------------- | -------------
351+
| Known Issue | 1.19.0 | 1.19.10
352+
353+
Rotation manager configurations and jobs may cause Vault to hold a lock
354+
indefinitely and cause multiple downstream effects including failures to create
355+
new rotation jobs and failed authentication for methods configured to use
356+
rotation manager.
357+
358+
#### Workaround
359+
360+
Upgrade to 1.19.10 or the latest version of 1.20.x or 1.21.x.
361+
347362
### AWS auto join fails on startup ((#aws-auto-join)).
348363

349364
| Change | Status | Affected version | Fixed version

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,21 @@ their existing schedule until you manually update rotation with an API call.
254254

255255
## Known issues
256256

257+
### Rotation registrations failing ((#rotation-manager-goroutines))
258+
259+
| Change | Affected version | Fixed version
260+
| ------------ | ---------------- | -------------
261+
| Known Issue | 1.20.0 | 1.20.4
262+
263+
Rotation manager configurations and jobs may cause Vault to hold a lock
264+
indefinitely and cause multiple downstream effects including failures to create
265+
new rotation jobs and failed authentication for methods configured to use
266+
rotation manager.
267+
268+
#### Workaround
269+
270+
Upgrade to 1.20.4+ or 1.21.x.
271+
257272
### AWS auto join fails on startup ((#aws-auto-join)).
258273

259274
| Change | Status | Affected version | Fixed version

0 commit comments

Comments
 (0)