-
Notifications
You must be signed in to change notification settings - Fork 48
Move Kerberos package from beats to elastic-agent-libs #360
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
Conversation
AndersonQ
left a comment
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.
It matches the beats package and the test failing seems unrelated.
Once all tests pass, it's good to go
|
@khushijain21 the Windows tests are failing: |
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.
LGTM, I'm assuming it's an exact copy of the Beats codebase. Please look into the CI failures as Denis pointed out. Thank you.
|
I think that beatsauth extension should move into Beats instead of doing this:
|
|
The only benefit of having
I agree, I can create a separate go.mod for it instead |
💚 Build Succeeded
History
|
We can and should be testing it this way in Beats as well, this is what https://github.com/elastic/ingest-dev/issues/6207 is describing. We aren't in such a rush that we can't put the setup we need in place first. We could for example setup a test collector distro in Beats using the one in collector components as a starting place. There is no need to port over all existing tests immediately, and just having one example using this way of working is a benefit because it means people can stop copying the otelbeat tests as the reference. |
What does this PR do?
This PR moves
kerberospackage from beats toelastic-agent-libsso that we can import this inbeatauthextensionWhy is it important?
Checklist
Related issues