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

Pass a per-request env #1540

Open geeknoid opened 7 years ago

geeknoid commented 7 years ago

It's desirable to pass a per-request Env object for use by adapters. This would let Mixer fine-tune things like logging output for the request.

The env can be passed in the context object and extract via a context-specific method.