grpc: strip local ACL tokens from RPCs during forwarding if crossing datacenters #11086
Labels
theme/streaming
Related to Streaming connections between server and client
type/bug
Feature does not function as expected
For native gRPC (like streaming) the fix from #7419 was not ported over, so cross-datacenter forwarded gRPC requests that use local tokens on the calling side fail with
ACL not found
.Specifically for a streaming health query it would show up in the logs as well like:
This would need to be backported to all versions supporting streaming. The fix should apply to any gRPC request.
The text was updated successfully, but these errors were encountered: