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

We should capture launcher metadata in flares #1752

Closed
directionless opened this issue Jun 13, 2024 · 1 comment · Fixed by #1902
Closed

We should capture launcher metadata in flares #1752

directionless opened this issue Jun 13, 2024 · 1 comment · Fixed by #1902

Comments

@directionless
Copy link
Contributor

eg: /var/kolide-k2/k2device.kolide.com/metadata.json and the various platform specific paths.

@RebeccaMahany
Copy link
Contributor

metadata.json will always live in the configured root directory -- you can call knapsack.RootDirectory() to get the root directory.

metadata.json contains the same info that's provided in the serverDataCheckup, so I think we should add this file to that checkup rather than creating a new checkup. You can update ExtraFileName in that checkup to "metadata.json" and then writing the file to the extraFH.

@RebeccaMahany RebeccaMahany changed the title We should capture launcher installer metadata in flares We should capture launcher metadata in flares Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants