old_mixer_repo icon indicating copy to clipboard operation
old_mixer_repo copied to clipboard

Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir

Results 100 old_mixer_repo issues
Sort by recently updated
recently updated
newest added

Have the StackDriver adapter implement the template designed in #1509

enhancement
adapters
mixer

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...

config

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...

mixer

We want to increase usability by supporting enums as a first class thing in templates, allowing better YAML for the operator with better docs.

enhancement

Issues around Mixer's expression language design and implementation.

Epic

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...

enhancement

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...

enhancement
performance

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

enhancement
mixer

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,...

enhancement