-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Hide bearer token in logs #81330
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
Hide bearer token in logs #81330
Conversation
@liggitt |
gofmt failed |
@liggitt |
@liggitt |
/lgtm |
/priority important-longterm |
/test pull-kubernetes-integration |
/test pull-kubernetes-e2e-gce |
/lgtm cancel test failure is legitimate. this is using debug logging to check in-cluster-config: kubernetes/test/e2e/kubectl/kubectl.go Lines 719 to 726 in 77fca12
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, tedyu 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 |
@liggitt |
/lgtm |
/test pull-kubernetes-e2e-gce |
/test pull-kubernetes-integration |
I wonder what happened to this PR - #81372 which received approval much later than this got merged. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
As #81114 has stated, we need to mask bearer token in logs.
The code in this PR originated from @liggitt comment in the above issue.
Which issue(s) this PR fixes:
Fixes #81114