Skip to content

Commit 742ac1c

Browse files
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#87
1 parent d41c5ba commit 742ac1c

File tree

3 files changed

+0
-113
lines changed

3 files changed

+0
-113
lines changed

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ go 1.15
44

55
require (
66
github.com/container-storage-interface/spec v1.3.0
7-
github.com/golang/protobuf v1.4.3
87
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
98
github.com/hashicorp/go-uuid v1.0.2
10-
github.com/kubernetes-csi/csi-lib-utils v0.9.1
119
github.com/kubernetes-csi/csi-test/v4 v4.1.0
1210
github.com/xanzy/go-cloudstack/v2 v2.9.0
1311
go.uber.org/zap v1.16.0

0 commit comments

Comments
 (0)