elasticsearch/distribution/packages
Ioannis Kakavas 3a1f40302b
Remove keystore initial_md5sum (#76835)
Elasticsearch's keystore initial md5sum was added in #28928 with
the intention to allow us to remove the elasticsearch.keystore
file upon package removal, if this hadn't been altered after
installation. At that time this decision made perfect sense as
the elasticsearch keystore only contains transient data by
default ( keystore.seed ) that is meant to be useful for bootstrap
related actions, and doesn't need to survive re-installations.

With Security ON by default, we will be storing additional
settings in the keystore upon installation(namely, the passwords
for the PKCS#12 keystores used for TLS) and these have a more
persistent nature. Since `remove` doesn't delete the configuration
directories and files where said PKCS#12 keystores are stored, it
makes sense to also not delete the elasticsearch.keystore which
stores the passwords.
2021-08-23 22:28:13 +03:00
..
aarch64-deb Introduce aarch64 packaging (#53914) 2020-03-21 18:03:20 -04:00
aarch64-rpm Introduce aarch64 packaging (#53914) 2020-03-21 18:03:20 -04:00
deb Build: Consolidate archives and packages configuration (#28760) 2018-02-21 17:46:40 -08:00
no-jdk-deb Add no-jdk distributions (#39882) 2019-03-15 00:55:15 -07:00
no-jdk-rpm Add no-jdk distributions (#39882) 2019-03-15 00:55:15 -07:00
rpm Build: Consolidate archives and packages configuration (#28760) 2018-02-21 17:46:40 -08:00
src Remove keystore initial_md5sum (#76835) 2021-08-23 22:28:13 +03:00
build.gradle Update nebula ospackage plugin (#76639) 2021-08-18 16:31:25 +02:00