istio / old_mixer_repo

Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir
https://github.com/istio/istio/tree/master/mixer
Apache License 2.0
67 stars 93 forks source link

Question: Does the attribute request.headers include grpc Metadata? #1542

Closed rlguarino closed 6 years ago

rlguarino commented 6 years ago

The docs here for "request.headers" the attributes say "HTTP request headers" I don't think grpc metadata is sent over HTTP headers but I could be wrong.

geeknoid commented 6 years ago

Wayne, could you answer the question and update the docs to make the answer clear?

Thanks.

geeknoid commented 6 years ago

Ping: Wayne?

rlguarino commented 6 years ago

Any update on this?

qiwzhang commented 6 years ago

Sorry, I somehow missed it. Yes, gRPC metadata will be send over in the "request.headers" attribute.

qiwzhang commented 6 years ago

https://github.com/istio/istio.github.io/pull/816 to update the doc