Skip to content

Commit

Permalink
Add known issue about update_primary_addrs panic (#21443)
Browse files Browse the repository at this point in the history
* add known issue about update_primary_addrs panic

* Fix partial

* Fix render
  • Loading branch information
jasonodonnell authored Jun 23, 2023
1 parent b24a048 commit a71cdb6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
2 changes: 2 additions & 0 deletions website/content/docs/upgrading/upgrade-to-1.13.x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,5 @@ Affects Vault 1.13.0+
@include 'update-primary-known-issue.mdx'

@include 'pki-double-migration-bug.mdx'

@include 'update-primary-addrs-panic.mdx'
2 changes: 1 addition & 1 deletion website/content/docs/upgrading/upgrade-to-1.14.x.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ There are no major changes to announce at this time.

@include 'known-issues/update-primary-data-loss.mdx'


@include 'known-issues/update-primary-addrs-panic.mdx'
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Using 'update_primary_addrs' on a demoted cluster causes Vault to panic ((#update-primary-addrs-panic))

#### Affected versions

- 1.13.3, 1.13.4 & 1.14.0

#### Issue

If the [`update_primary_addrs`](/vault/api-docs/system/replication/replication-performance#update_primary_addrs)
parameter is used on a recently demoted cluster, Vault will panic due to no longer
having information about the primary cluster.

#### Workaround

Instead of using `update_primary_addrs` on the recently demoted cluster, instead provide an
[activation token](/vault/api-docs/system/replication/replication-performance#token-1).
16 changes: 16 additions & 0 deletions website/content/partials/update-primary-addrs-panic.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### Using 'update_primary_addrs' on a demoted cluster causes Vault to panic ((#update-primary-addrs-panic))

#### Affected versions

- 1.13.3, 1.13.4 & 1.14.0

#### Issue

If the [`update_primary_addrs`](/vault/api-docs/system/replication/replication-performance#update_primary_addrs)
parameter is used on a recently demoted cluster, Vault will panic due to no longer
having information about the primary cluster.

#### Workaround

Instead of using `update_primary_addrs` on the recently demoted cluster, instead provide an
[activation token](/vault/api-docs/system/replication/replication-performance#token-1).

0 comments on commit a71cdb6

Please sign in to comment.