-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Deprecate dynamic log sanitization #107207
Deprecate dynamic log sanitization #107207
Conversation
04e50b9
to
dbd50d9
Compare
@@ -1937,12 +1937,10 @@ k8s.io/component-base/configz | |||
k8s.io/component-base/featuregate | |||
k8s.io/component-base/featuregate/testing | |||
k8s.io/component-base/logs | |||
k8s.io/component-base/logs/datapol |
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.
Note: we still need the data policy tags for static analysis so I left them alone, but I believe this isn't being vendored directly into k8s anymore with the removal of log sanitization.
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.
Keeping the data policy tags in, so they could be used to benefit static analysis, was the primary concern raised during the SIG Security meeting. Thank you for calling this out explicitly.
/priority important-soon |
/sig security |
/remove-sig api-machinery |
This PR may require API review. If so, when the changes are ready, complete the pre-review checklist and request an API review. Status of requested reviews is tracked in the API Review project. |
cc @vantuvt |
/assign @liggitt for top-level approval/final API pass |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ehashman, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The Kubernetes project has merge-blocking tests that are currently too flaky to consistently pass. This bot retests PRs for certain kubernetes repos according to the following rules:
You can:
/retest |
What type of PR is this?
/kind deprecation
What this PR does / why we need it:
Removes dynamic log sanitization feature.
Which issue(s) this PR fixes:
Addresses kubernetes/enhancements#1753
Special notes for your reviewer:
See kubernetes/enhancements#3096
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: