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

We should strive to move as many of the Mixer's command-line options to configuration state instead. It's OK to keep overrides when useful for testing, but most of the stuff...

enhancement
mixer

In order to truly support a distributed Mixer build, where templates and adapters come from far-flung repos, we need to auto-generate the nop and denier adapters. Architecturally, we can chose...

enhancement
adapters

We should auto-generate a skeleton adapter suitable to bootstrap the implementation of any template type.

enhancement
adapters

We must make it possible for fields to be added to a template over time in a backward compatible way. At the very least, this implies making it possible to...

enhancement

The noop adapter be extended to be useful as a general-purpose testing adapter. If we aggregate the information that reaches the adapter and make it available through an API, it...

enhancement

Mixer should emit access logs for every grpc request it serves. 1. AccessLog should be performant so that they can be enabled in production at high volume. This is typical...

Mixer starts and asynchronously loads configuration. There is a time during which Mixer may return `configuration is not available` error. Mixer should never receive traffic from proxies while it is...

enhancement

Right now, 3rd parties have no way to assign a review. It would be nice if we had a process for auto-assigning PRs as they come in.

enhancement

In order to allow proper multi-tenant behavior, Mixer should deliver the service name to adapters, independent of operator-level config. This avoids one service operator impersonating another. We also want to...

We need to support the use of submessages in template definitions in order to substantially increase the power and flexibility of our templating system and adapter model.

enhancement