Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.10] [Fleet] Prefer sha256 for reading GPG package verification key (…
…#167149) (#167823) # Backport This will backport the following commits from `main` to `8.10`: - [[Fleet] Prefer sha256 for reading GPG package verification key (#167149)](#167149) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kyle Pollich","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-02T18:48:12Z","message":"[Fleet] Prefer sha256 for reading GPG package verification key (#167149)\n\n## Summary\n\nRef https://github.com/elastic/elasticsearch/issues/85876\nFixes https://github.com/elastic/kibana/issues/167153\n\nThe public Elastic GPG key has been updated to use sha256 instead of\nsha1 for its hashing algorithm. This PR updates Fleet's reading of that\nkey for package verification to support that hashing algorithm change.\n\n---------\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"b2a7b55f0e753656225a1c7215a08676a9c04819","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:prev-minor","v8.11.0"],"number":167149,"url":"https://github.com/elastic/kibana/pull/167149","mergeCommit":{"message":"[Fleet] Prefer sha256 for reading GPG package verification key (#167149)\n\n## Summary\n\nRef https://github.com/elastic/elasticsearch/issues/85876\nFixes https://github.com/elastic/kibana/issues/167153\n\nThe public Elastic GPG key has been updated to use sha256 instead of\nsha1 for its hashing algorithm. This PR updates Fleet's reading of that\nkey for package verification to support that hashing algorithm change.\n\n---------\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"b2a7b55f0e753656225a1c7215a08676a9c04819"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/167149","number":167149,"mergeCommit":{"message":"[Fleet] Prefer sha256 for reading GPG package verification key (#167149)\n\n## Summary\n\nRef https://github.com/elastic/elasticsearch/issues/85876\nFixes https://github.com/elastic/kibana/issues/167153\n\nThe public Elastic GPG key has been updated to use sha256 instead of\nsha1 for its hashing algorithm. This PR updates Fleet's reading of that\nkey for package verification to support that hashing algorithm change.\n\n---------\n\nCo-authored-by: Kibana Machine <[email protected]>","sha":"b2a7b55f0e753656225a1c7215a08676a9c04819"}}]}] BACKPORT--> Co-authored-by: Kyle Pollich <[email protected]> Co-authored-by: Julia Bardi <[email protected]>
- Loading branch information