mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* api/seal-status: fix deadlock when namespace is set on seal-status calls * changelog Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3fe08e8374
commit
274436c097
@@ -1492,7 +1492,7 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
// Vault cluster with multiple servers is configured with auto-unseal but is
|
||||
// uninitialized. Once one server initializes the storage backend, this
|
||||
// goroutine will pick up the unseal keys and unseal this instance.
|
||||
if !core.IsInSealMigrationMode() {
|
||||
if !core.IsInSealMigrationMode(true) {
|
||||
go runUnseal(c, core, context.Background())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user