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

grpcServer.go needs to increase its test coverage. There is one specific example where a regression was not caught --> pr #1207

mixer

Mixer rules require that handler and instances names be fully qualified. It is make configurations tedious and non portable. If namespace is omitted, the name space of the document should...

mixer

OPA is a lightweight general-purpose policy engine that can be co-located with your service. You can integrate OPA as a sidecar, host-level daemon, or library. Services offload policy decisions to...

enhancement
help wanted
mixer

Mixer should add support for export of information via a Context API (aka Servicegraph-like functionality) as a first-class concept.

enhancement
adapters
help wanted
mixer

We need to make it possible to reliably keep secrets (backend credentials) in adapter config state.

adapters
config
mixer

#1. This comment in a generated file: // Fully qualified name of this template const TemplateName = "listentry" should be updated from "this template" to "the template" #2. I think...

mixer

1. Number of config loads. 2. Number of errors per load. 3. Number of rules in the rules set. 4. Number of handlers in the config.

mixer

Today we have these two methods: ```go // map name->Type ConfigureFooHandler(map[string]*foo.Type) error // foo.Instance has a "Name" field HandleFoo(context.Context, []*foo.Instance) error ``` We should be consistent, either: A) `foo.Type` needs...

mixer

As you port metric adapters, please decide whether we should have a timestamp field in the Metric template. Note of course that our template format doesn't yet support timestamps, but...

mixer

Mixer2 adapter model defines templates in form of protos. Mixer-Bazel codegen processes the templates to produce other protos and go code. It is very convenient for an adapter developer to...

mixer