Closed strantalis closed 6 months ago
or require all endpoints be Secure in development. Some libraries like MSAL will not work at all in clear (even in dev mode)
@pflynn-virtru I think that will align with #451 so we are always testing against a secure connection. Maybe we shouldn't even add the ability to do a WithPlainText like grpccurl.
Feedback from the larger group, gave use a requirement to support clear. Documentation about how to use it and where not to use it. Provide warning about its usage
Should this propagate to all clients perfuming a connection? Http and Grpc?
We are currently using the
WithInsecure
option in the sdk to signal in my opinion the following tls config option.This is not the case though . We should add a new option called
WithGrpcPlainText
maybe to support non-tls connections.