Magnus Jungsbluth

Results 11 comments of Magnus Jungsbluth

> So we'd basically make the default config configurable? Yes if default config means what comes in via discovery. As this can have security implications if you can override a...

I started drafting a PR and noticed that `caching` part of the config always silently gets overwritten (which is a bug IMO). I.e. if you configure a local `caching` config...

As I pointed out in the original description, in a sufficiently large organisation there is no such thing as "the admins": One team controls the central parts (discovery distribution, general...

Hah, I also keep forgetting that. I guess that would work if we could change the discovery policy in Styra DAS, which we cannot at the moment (it is implicitly...

@szuecs the proposed filters make a lot of sense and thanks for the great writeup! What I have seen in the past is that as CAs have become easier to...

> Are you suggesting a new `Validate` method on the `Options` type? This would also work, correct? That is also possible but is also a breaking change as far as...

> Question: Where does the validation happen? Inside the NewTransport implementation? In my case yes. Causes can be type mismatches or missing elements.

Hi @anderseknert! Sadly the situation is unchanged as we cannot influence the discovery in Styra DAS. I am waiting on some update over there on which path to take.

Also on top, the transaction’s Read method does a deep copy of maps at least

From looking at the code the evaluation code can already handle AST Values returned from storage Instead of rewriting large parts, would it work to implement the AST Value interfaces...