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

Move plugin ownership to osqueryinstance #1925

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

RebeccaMahany
Copy link
Contributor

@RebeccaMahany RebeccaMahany commented Oct 29, 2024

Relates to #1827

Relates to #1936.

In preparation for moving the extension inside the osquery instance per ADR, this PR moves plugin ownership to OsqueryInstance. This simplifies setup -- the osquery instance knows what plugins it expects to have.

This PR also moves the launcher tables to the kolide extension with all the other tables, instead of keeping them in the kolide_grpc extension.

In the next PR (finally) I will move the extension over, and remove WithOsqueryExtensionPlugins / i.opts.extensionPlugins entirely.

"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/trace"

"golang.org/x/sync/errgroup"
)

const (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are very helpful 🔥

Copy link
Contributor

@James-Pickett James-Pickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Oct 29, 2024
Merged via the queue into kolide:main with commit 6faf5ee Oct 29, 2024
32 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/plugin-ownership branch October 29, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants