OpenSearch/distribution/tools
Ryan Ernst a1e7429ccc Allow sha512 checksum without filename for maven plugins (#52668)
When installing plugins from remote sources, either the Elastic download
service, or maven, a checksum file is downloaded and checked against the
downloaded zip. The current format for official plugins is to use a
sha512 checksum which includes the zip filename. This format matches
that from sha512sum, and allows using the --check argument there to
verify the checksum manually. However, when generating checksum files
with maven and gradle, the filename is not included.

This commit relaxes the requirement the filename existing within the
sha512 checksum file for maven plugins. We continue to strictly enforce
official plugins have the existing format of the file.

closes #52413
2020-02-24 13:38:20 -08:00
..
java-version-checker Format projects under :distribution:tools (#51292) 2020-01-22 11:19:17 +00:00
launchers Add unit tests for reading JVM options files (#52176) 2020-02-11 21:02:34 -05:00
plugin-cli Allow sha512 checksum without filename for maven plugins (#52668) 2020-02-24 13:38:20 -08:00