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

Enable template fields to be of any supported attribute type #1480

Open geeknoid opened 7 years ago

geeknoid commented 7 years ago

It should be possible to specify that a template field be of any type that we support for attributes. IP addresses, DNS host names, etc. As it is, we have a fractured type system where we support attributes of a particular type but can't consume them as adapter inputs.