-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Document log sanitization feature #24845
Conversation
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit a65e139 https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5fbbd66fb458ae000790856a |
/milestone 1.20 |
@annajung: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/sig instrumentation |
/assign @somtochiama |
Hi @serathius The earlier you can provide (some / most of) the content for documenting this feature, the earlier that SIG Docs can get reviewing. We'd really appreciate a chance to get as much reviewing done as we can before KubeCon. |
/hold cancel |
Heyy @serathius, |
@somtochiama @sftim PTAL |
LGTM label has been added. Git tree hash: dc7c3c987abe9add84b608fcdfa978b5a7ffd060
|
Co-authored-by: Marek Siarkowicz <[email protected]>
@serathius I'm guessing this is good to review? If so, please would you also revise the PR description so that it's completely clear. |
done |
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.
/label tide/merge-method-squash
/lgtm
LGTM label has been added. Git tree hash: 5d338c630ae992d321490db49d2e81158adbc71d
|
If enabled all log arguments are inspected for fields tagged as sensitive data (e.g. passwords, keys, tokens) and logging of these fields will be prevented. | ||
|
||
List of components currently supporting log sanitization: | ||
* {{< glossary_tooltip term_id="kube-controller-manager" text="kube-controller-manager" >}} |
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.
nit: Line 102, wording
The --experimental-logging-sanitization
flag enables the klog
sanitization filter.
nit: It does not make sense to repeat or overuse the tooltips in this section.
Instead you could list the tools:
kube-apiserver
kube-controller-manager
...
nit: Wording in note, Line 111:
The Log sanitization filter does not prevent user workload logs from leaking sensitive data.
/lgtm |
/lgtm |
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.
I think we can revise later perhaps since it’s already the deadline
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irvifa 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 |
Follow up to PR kubernetes#24845, following the remarks kbhawkey had
👋 @irvifa , |
@kbhawkey thanks for the reminder will do it next time |
Documets kubernetes/enhancements#1753