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
Currently, the rolling-window is done via Sorted Set structure in Redis, and the timestamps of all coming requests during last window (expiration time) are kept in Redis, this maybe OK...
We've created a framework with a lot of assumptions for adapter authors; things that are common patterns in go we don't actually want our adapter authors doing. We should look...
For now, not all of the errors raised in redis quota adapter are appropriately propagated up. We should not drop any error happened when connecting/communicating with redis. And we should...
Tracking issue (from spreadsheet).
``` go_proto_library( name = "istio/config/v1", imports = [ "../../external/com_github_google_protobuf/src" ``` prior comments: ``` geeknoid: Definitely not the right way to do this. I think the importmap feature is what you...
Tracking issue. Provide adapter(s) for AWS CloudWatch integration (logging/monitoring).
Mixer needs to validate the configs, so that the mixer configs are properly formed. This will be done through: - [ ] the validation through k8s external admission webhook -...
kubernetes will support the OpenAPI schema validations for custom resources (see https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#validation). It can be validated through OpenAPI v3 schema. This is still in alpha status, but we want to...
It should be possible to specify that a template field be of any type that we support for attributes. IP addresses, DNS host names, etc. As it is, we have...