-
Notifications
You must be signed in to change notification settings - Fork 61
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
Password field should be hidden in the SMB NewSmbGlobalMappingRequest Proto #142
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Hi @mauriciopoppe As far as i get it here you are asking for updating password field in as a secret? or we can make a new function that would call the encrypted password? |
hey @Kartik494, this to hide the
I've updated the top description with a tasklist of the things that we need |
I would like to work on this |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
I have tried to compile api.proto with protoc installed by apt.But this is not generating api.pb.go file , then I looked into comment and tried for protoc 3.19.3 and working without including in makefile |
hey @Kartik494, there's a test here that installs a version of protobuf that works, locally I used:
|
Sure i will give a try on this again and i will let you know if that works. |
In one of the CSI Windows meetings we saw that the secret annotation is used by csi-lib-utils when logging a request, in CSI Proxy we aren't using this library and we don't log the requests by default. We agreed that if we make sure that we don't have log statements in the codebase that are logging the requests (and their secrets if they have them) then we don't need to add that annotation to the field, I apologize for not finding out this before. /close |
This field should be hidden
csi-proxy/client/api/smb/v1beta2/api.proto
Line 34 in c249530
password
fieldThe text was updated successfully, but these errors were encountered: