You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In setting up the gRPC communication, I seem to recall there is a method call that sets up plaintext communication. Obviously this needs to be locked down; my recollection is that merely removing this method doesn't do the trick. Needs more research, particularly given that this project doesn't "own" the server (Tiller).
The text was updated successfully, but these errors were encountered:
Technically we're OK because you can always pass in your own ManagedChannel built however you like, but this would be a pretty common subclass operation I'd think.
In setting up the gRPC communication, I seem to recall there is a method call that sets up plaintext communication. Obviously this needs to be locked down; my recollection is that merely removing this method doesn't do the trick. Needs more research, particularly given that this project doesn't "own" the server (Tiller).
The text was updated successfully, but these errors were encountered: