Commit 742ac1c
committed
Remove protosanitizer
protosanitizer is provided by github.com/kubernetes-csi/csi-lib-utils and
used to strip secrets from CSI gRPC payload logs.
However, it comes with an overhead [(cf issue)][1], and works only with the
legacy Go protobuf module (`github.com/golang/protobuf`).
More importantly, this CSI driver should not involve the communication
of secrets, so the "sanitization" adds no value.
[1]: kubernetes-csi/csi-lib-utils#871 parent d41c5ba commit 742ac1c
3 files changed
+0
-113
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
0 commit comments