Mandar U Jog

Results 39 comments of Mandar U Jog
trafficstars

I agree that a *user* should never see a 500 because something could not be evaluated. We could start with -- in case of an error Expression gets its baseTypes'...

Forcing the user to give default value for an expression is similar to forcing a user to catch an exception. It is explicit and there are no surprises. `ip` or...

On a related note, we should also add `destination_service` or (`service_id`) to the mixer protocol ? It is a fundamental part of the protocol, but it is lost in the...

What about `mesh-id`, we need to patch it thru as well.

1. Mixer uses `destination.service` as the primary identifier which is `IstioService` sans labels. 2. I am not sure what `context` buys us over adding properly schematized interface with Getters that...

in `#2` I am arguing against putting every piece of information individually in the `context` using magic keys. We should create a proper interface / struct and have only one...

This is not for alpha. Declaring dependency on config map is not enough, also we don't use them :-) But generally the dependency is on the `config store` which can...

Maps should be separate resources, whose ACLS are managed like any other istio resources. This is part of the original description. I believe that providing a uniform way to store...