old_mixer_repo
old_mixer_repo copied to clipboard
Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir
Have the StackDriver adapter implement the template designed in #1509
Mixer configuration uses reference to other configuration elements. A fully qualified name of the resource includes namespace of that resource. In case of an action ```yaml handler: shortName.$namespace instances: -...
Today if you try to call the mixer without specifying all of the attributes required to satisfy all expression evaluated at runtime the call will fail. This is because we...
We want an ability for Mixer to change its interface (code generated), in the future, between itself and adapter developers. This will allow us to introduce new features that might...
We want to increase usability by supporting enums as a first class thing in templates, allowing better YAML for the operator with better docs.
Issues around Mixer's expression language design and implementation.
I previously present the design doc Istio Auth Attributes (http://goo.gl/9dokCX). We need to define request.auth.claims to be google.protobuf.Struct. Can someone please add google.protobuf.Struct as a mixer data type. Note that...
There's an opportunity to improve MixerIL performance by avoiding copying strings around so much, and directly reusing the word lists from the attribute protocol. There is a global word list...
We want to make sure Mixer's expression language is a pure subset of the CEL grammar. https://github.com/google/cel-spec/blob/master/doc/intro.md
We want to create a new logging package for use in Mixer, and eventually Istio-wide. This package would overlay on top of glog and embed standard Istio policies. For example,...