-
Notifications
You must be signed in to change notification settings - Fork 82
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
Default fleet policy removal #1157
Conversation
73ee543
to
37dd940
Compare
6fa2686
to
6690340
Compare
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, just fix the lining issues. However I cannot access the impact of this change.
This pull request is now in conflicts. Could you fix it @lykkin? 🙏
|
Looks like some of the linting errors are in generated files, so I'm going to track those back to the generator to allow renaming rules of struct fields. |
427efc2
to
4585280
Compare
/test |
c197f1f
to
f87c6c1
Compare
finally, it seems the linter is satisfied |
/test |
Looking at this now, thanks for the changer in elastic/go-json-schema-generate#1 |
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.
@lykkin The code here looks fine to me, I haven't approved yet because I want to make sure the other is approved and I can validate it. |
The issue was in the generated code needing to be updated to the linter standards. the |
This pull request is now in conflicts. Could you fix it @lykkin? 🙏
|
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
What is the problem this PR solves?
Remove references to the default field on the policy; use a default policy id instead.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
Agent changes: elastic/beats#30256
Related discussion:
Closes elastic/beats#29774