grpc: add a call option to override the :authority
header on a per-RPC basis
#5361
Labels
Area: Auth
Includes regular credentials API and implementation. Also includes advancedtls, authz, rbac etc.
P2
Type: Feature
New features or improvements in behavior
This is one of the items mentioned in #4717 which did not get done. The below description has been copied over verbatim from #4717. This is low priority and we want to implement this only if there is sufficient interest for it.
:authority
header on a per-RPC basis. client: Add CallOption for setting authority; allow even without WithInsecure #3444AuthInfo
implementations, to validate this override.AuthInfo
for the subChannel does not implement this interfaceAuthInfo
failsThe text was updated successfully, but these errors were encountered: