Skip to content

Commit

Permalink
set rpm_digest to sha256 instead of default md5 (#14864) (#14868)
Browse files Browse the repository at this point in the history
this allows FIPS enabled Operating Systems to validate the RPM package

(cherry picked from commit fb8cfb2)

Co-authored-by: João Duarte <[email protected]>
  • Loading branch information
github-actions[bot] and jsvd authored Feb 2, 2023
1 parent 6a8ec22 commit b070cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rakelib/artifacts.rake
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ namespace "artifact" do
out.attributes[:rpm_user] = "root"
out.attributes[:rpm_group] = "root"
out.attributes[:rpm_os] = "linux"
out.attributes[:rpm_digest] = "sha256"
out.config_files << "/etc/logstash/startup.options"
out.config_files << "/etc/logstash/jvm.options"
out.config_files << "/etc/logstash/log4j2.properties"
Expand Down

0 comments on commit b070cc3

Please sign in to comment.