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

Introduce support for generic per-adapter configuration state #1501

Open geeknoid opened 7 years ago

geeknoid commented 7 years ago

It seems we'll be needing a mechanism to keep some standard per-adapter config that Mixer can use with all adapters. We don't have room to store such configuration in our current config model. This needs to be fixed.

Some example config state we need to track per adapter: #1500 #1499 #44