Anders Eknert

Results 415 comments of Anders Eknert

Is this still an issue using recent OPA versions?

With `object.get` [getting extended](https://github.com/open-policy-agent/opa/pull/4166) to support nested keys, I wonder if we're still going to need a special operator for this use case?

No, `object.get` won't work on functions directly, but you could assign the result and use that. But yeah, I guess a more generally applicable operator would help with that. I'm...

Thanks @aholmis, I think I understand, although I'm not sure I got how an "undefined operator" would help here. Undefined as introduced by unknown attributes in `input` or `data` is...

This is being planned in #7602 😃