Mandar U Jog

Results 21 issues of Mandar U Jog

A high quality random number is needed for many reasons inside a Wasm module. [wasi_ephemeral_random.get](https://github.com/WebAssembly/WASI/blob/master/phases/ephemeral/witx/wasi_ephemeral_random.witx) defines such an API. proxy_wasm should use or define a compatible API.

Here is an example of a whitelist plugin that uses externally managed white lists. 1. OnConfigure ( white_list_url ). --> url is valid so True 2. But URL is not...

Httpcall and grpc call have very different APIs. HttpCall requires an upstream cluster, where are grpc calls can define their own. It is very convenient to define cluster with the...

OC tracer and OC metrics should support token fetching using STS service. https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 Stackdriver metrics and tracing API both need STS to support GKE workload identity. Example [Envoy PR](https://github.com/envoyproxy/envoy/pull/9101/files) adds...

I am using the following patch to convert unchecked Debug to wrapped by `if logging.isDebugEnabled()` . I would like to make this idempotent so it can be repeatedly applied. How...

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

Mixer integration is only tested in istio/istio e2e tests at present. We need to replicate all those tests using Mixer + envoy only. 1. Integration test with real standard adapters...

testing
mixer

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

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