HTTP headers to gRPC context
Interceptor name
Supported protocols
Features
Configuration
asjard:
## Interceptor related configuration
interceptors:
## Client interceptor
client:
## Inject REST request headers into RPC context
rest2RpcContext:
## Allowed headers to inject
# allowHeaders: ""
## Built-in allowed headers to inject
# builtInAllowHeaders:
# - x-request-region
# - x-request-az
# - x-request-id
# - x-request-instance
# - x-forward-for
# - traceparentLast updated