Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Enable package signature verification feature #137239

Merged
merged 2 commits into from
Jul 26, 2022

Conversation

hop-dev
Copy link
Contributor

@hop-dev hop-dev commented Jul 26, 2022

Summary

Closes #133822
Enable the package signature verification feature by default.

Package signature verification allows users to better trust the contents of packages. When package registry v2 is launched all packages will be accompanied by a .sig file generated by elastic. Enabling the feature flag means that all packages with a signature available will have the package zip checked against this signature.

If a package fails verification then the user will be alerted in the UI.

If a package does not have a signature, the package will be marked as having an "unknown" verification status, which currently does not show in the UI. This prevents already installed packages from showing as unverified.

@hop-dev hop-dev requested a review from a team as a code owner July 26, 2022 20:56
@botelastic botelastic bot added the Team:Fleet Team label for Observability Data Collection Fleet team label Jul 26, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

@hop-dev hop-dev self-assigned this Jul 26, 2022
@hop-dev hop-dev added release_note:feature Makes this part of the condensed release notes v8.4.0 labels Jul 26, 2022
@hop-dev hop-dev enabled auto-merge (squash) July 26, 2022 21:45
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @hop-dev

@hop-dev hop-dev merged commit fc55587 into elastic:main Jul 26, 2022
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Jul 26, 2022
@hop-dev hop-dev deleted the 133822-enable-feature branch July 27, 2022 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:feature Makes this part of the condensed release notes Team:Fleet Team label for Observability Data Collection Fleet team v8.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fleet] Verify integrations using package signatures from EPR and public key bundled with Kibana
5 participants