-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Cherry-pick #19480 to 7.x: Agent includes pgp file #21222
Conversation
[Ingest Manager] Agent includes pgp file (elastic#19480)
Pinging @elastic/ingest-management (Team:Ingest Management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backport looks good.
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
[Ingest manager] Copy Action store on upgrade (elastic#21298)
Cherry-pick of PR #19480 to 7.x branch. Original message:
What does this PR do?
This PR introduces baked in PGP file with a flag.
If
DEV=true
is specified duringmage build
PGP is not included and checks are omitted .Otherwise PGP is provided and passing check is required.
The solution works well with connected agent to internet, but locally baked in packages are a bit tricky as we need to find a way of including asc files into agent package so they can be checked.
Why is it important?
More security running external binaries
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.