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 order to protect the data being retrieved the gRPC streamer must send data encrypted. For it is running with grpc.WithInsecure() dial method. Both the server and client need to be changed in order to have this encryption put in place.
The text was updated successfully, but these errors were encountered:
In order to protect the data being retrieved the gRPC streamer must send data encrypted. For it is running with grpc.WithInsecure() dial method. Both the server and client need to be changed in order to have this encryption put in place.
The text was updated successfully, but these errors were encountered: