forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove keystore v1 and v2 formats (elastic#87893)
The keystore format has been changed a few times since it was first introduced. Part of Elasticsearch startup automatically upgrades the format. Since Elasticsearch has fixed bounds of supported versions for upgrades, there are also fixed bounds on the keystore formats we might need to read. The v3 keystore format was introduced in Elasticsearch 6.3.0. Since current Elasticsearch master branch is 8.x, and 8.x only supports offline upgrades from 7.x, it is therefore impossible to need to read v1 or v2 formats. This commit removes support for those formats.
- Loading branch information
Showing
2 changed files
with
7 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters