Anders Eknert

Results 206 comments of Anders Eknert

Thanks for expanding on that, @TweeZz 👍 Sounds like you'd want a way to include arbitrary values in the decision log rather than having logger that prints to the console?

Hi again 😃 If you have some examples of tests like that, I'd love to take a look! There are a couple of open issues wrt having the test runner...

Thanks for filing this @marcaurele 👍 I could imagine doing something like what Kafka does, where any config value can be provided as a prefixed environment variable, like `KAFKA_ADVERTISED_LISTENERS`, etc....

No update or workaround here that I'm aware of @suneelkumarch. If you'd like to work on this, that'd be much welcome :)

@aavarghese @vazirim thoughts on this? 😃

Starting to look into this. Some first thoughts. Authentication and authorization will be a bit of a hurdle I suspect, as we'd need to allow the user to provide either...

> In this first cut, I wonder if we could skip this as authn/authz is only required if you're deploying OPA into an untrusted environment. I'll hold off with authn/authz...

My work stopped [here](https://github.com/anderseknert/opa/commit/c76d3b43616cac3982fa859a1f97956645f3a5e4) to pick up some other stuff, and plan was to get back to this as soon as possible.

Yeah, the _current_ confusion around `not` was pretty much the reason this was filed in the first place 😄 @ekcs definitely has a point though regarding how much could be...

Wrt JWTs — there are no security concerns around storing the result of JWT _verification_. Only signing would require the private key to be sent along to the logs, but...