Skip to content

Commit

Permalink
re-enable seal migration (#9351)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal Nayak <[email protected]>
  • Loading branch information
mjarmy and vishalnayak authored Jun 30, 2020
1 parent 65dd5cf commit be0950c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vault/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,11 @@ func NewCore(conf *CoreConfig) (*Core, error) {
return nil, err
}

err = c.adjustForSealMigration(conf.UnwrapSeal)
if err != nil {
return nil, err
}

return c, nil
}

Expand Down

0 comments on commit be0950c

Please sign in to comment.