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
grpcServer.go needs to increase its test coverage. There is one specific example where a regression was not caught --> pr #1207
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...
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...
Mixer should add support for export of information via a Context API (aka Servicegraph-like functionality) as a first-class concept.
We need to make it possible to reliably keep secrets (backend credentials) in adapter config state.
#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...
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.
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...
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...
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...