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
As part of gRFC A97, we are adding support for JWT call credentials that can be configured via xDS. We are also adding a general purpose mechanism where we can support multiple call credentials specified in the bootstrap configuration.
If one of these call credentials requires a secure transport, but an insecure transport is configured, we expect the RPC to fail.
We need an e2e style test to verify that when this happens, a meaningful error is returned to the user as part of the RPC.