File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,12 +268,12 @@ By setting `grpc.security.auth.fail-fast` property to `false` all downstream i
268268So, for failed authentication/authorization with +
269269`grpc.security.auth.fail-fast=true`(default): +
270270
271- `interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` - *Call is Closed* [.line-through]#- > `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)`-> `interceptor_3(On_Message)`-> `actual service call`#
271+ `interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` - *Call is Closed* +++<del>+++ - > `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)`-> `interceptor_3(On_Message)`-> `actual service call`+++</del>+++
272272
273273And for failed authentication/authorization with +
274274`grpc.security.auth.fail-fast=false`: +
275275
276- `interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` -> `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)` - *Call is Closed*-> [.line-through]# `interceptor_3(On_Message)`-> `actual service call`#
276+ `interceptor_1(interceptCall)` -> `securityInterceptor(interceptCall)` -> `interceptor_3(interceptCall)` -> `interceptor_1(On_Message)`-> `securityInterceptor(On_Message)` - *Call is Closed* +++<del>+++ -> `interceptor_3(On_Message)`-> `actual service call`+++</del>+++
277277
278278=== Distributed tracing support (Spring Cloud Sleuth integration)
279279
You can’t perform that action at this time.
0 commit comments